Nor this.

This commit is contained in:
Teo Mrnjavac 2016-10-07 15:41:21 +02:00
parent 869828a557
commit 9570bd94e8

View File

@ -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 )