Skip to content

Commit 26133a4

Browse files
jcfrjamesobutler
authored andcommitted
Update PythonQtTestCleanup to adapt to this fork layout
1 parent 61aaa65 commit 26133a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/PythonQtTestCleanup.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "PythonQtTestCleanup.h"
22
#include "PythonQt.h"
3-
#include "PythonQt_QtAll.h"
3+
#include "PythonQt_QtBindings.h"
44

55
void PythonQtTestCleanup::initTestCase() {}
66

@@ -11,7 +11,7 @@ void PythonQtTestCleanup::init()
1111
// Initialize before each test
1212

1313
PythonQt::init(PythonQt::IgnoreSiteModule);
14-
PythonQt_QtAll::init();
14+
PythonQt_init_QtBindings();
1515

1616
_helper = new PythonQtTestCleanupHelper();
1717
PythonQtObjectPtr main = PythonQt::self()->getMainModule();

0 commit comments

Comments
 (0)