We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61aaa65 commit 26133a4Copy full SHA for 26133a4
1 file changed
tests/PythonQtTestCleanup.cpp
@@ -1,6 +1,6 @@
1
#include "PythonQtTestCleanup.h"
2
#include "PythonQt.h"
3
-#include "PythonQt_QtAll.h"
+#include "PythonQt_QtBindings.h"
4
5
void PythonQtTestCleanup::initTestCase() {}
6
@@ -11,7 +11,7 @@ void PythonQtTestCleanup::init()
11
// Initialize before each test
12
13
PythonQt::init(PythonQt::IgnoreSiteModule);
14
- PythonQt_QtAll::init();
+ PythonQt_init_QtBindings();
15
16
_helper = new PythonQtTestCleanupHelper();
17
PythonQtObjectPtr main = PythonQt::self()->getMainModule();
0 commit comments