Nor this.

main
Teo Mrnjavac 8 years ago
parent 869828a557
commit 9570bd94e8

@ -64,8 +64,9 @@ PythonQtViewModule::loadSelf()
cDebug() << "Initializing PythonQt bindings."
<< "This should only happen once.";
PythonQt::self()->registerClass( &PythonQtViewStep::staticMetaObject,
"calamares" );
//TODO: register classes here into the PythonQt environment, like this:
//PythonQt::self()->registerClass( &PythonQtViewStep::staticMetaObject,
// "calamares" );
QObject::connect( PythonQt::self(), &PythonQt::pythonStdOut,
[]( const QString& message )

Loading…
Cancel
Save