##// END OF EJS Templates
Sync
Sync

File last commit:

r64:fb730b849667 default
r72:7bfca5b44b54 default
Show More
PySocExplorerEngine_init.cpp
8 lines | 350 B | text/x-c | CppLexer
#include <PythonQt.h>
#include "PySocExplorerEngine0.h"
void PythonQt_init_PySocExplorerEngine(PyObject* module) {
PythonQt::priv()->registerClass(&socexplorerplugin::staticMetaObject, "PySocExplorerEngine", PythonQtCreateObject<PythonQtWrapper_socexplorerplugin>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_socexplorerplugin>, module, 0);
}