Commit efbba6dc authored by Clément Fauconnier's avatar Clément Fauconnier

remove obsolete connect with new qtsingleapplication

parent 4f95e96f
......@@ -129,9 +129,6 @@ int main(int argc, char *argv[])
}
}
QObject::connect(&app, SIGNAL(messageReceived(const QString&, QObject*)), &app, SLOT(handleOpenMessage(const QString&)));
qDebug() << "file name argument" << fileToOpen;
int result = app.exec(fileToOpen);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment