##// END OF EJS Templates
fix PythonQt*Config.cmake _again_
fix PythonQt*Config.cmake _again_

File last commit:

r200:4666847dd11c
r214:10ef09a17283 master
Show More
com_trolltech_qt_uitools_init.cpp
8 lines | 311 B | text/x-c | CppLexer
#include <PythonQt.h>
#include "com_trolltech_qt_uitools0.h"
void PythonQt_init_QtUiTools(PyObject* module) {
PythonQt::priv()->registerClass(&QUiLoader::staticMetaObject, "QtUiTools", PythonQtCreateObject<PythonQtWrapper_QUiLoader>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QUiLoader>, module, 0);
}