Commit 4b29a7ac authored by Ivan Bellia's avatar Ivan Bellia

prova

parent 200a1854
This diff is collapsed.
...@@ -94,13 +94,13 @@ int main(int argc, char *argv[]) ...@@ -94,13 +94,13 @@ int main(int argc, char *argv[])
splashwin.show(); splashwin.show();
// Instance of the core ITC/IPC messasing // Instance of the core ITC/IPC messasing
SkyliveX *skx = new SkyliveX(&skylivex); //SkyliveX *skx = new SkyliveX(&skylivex);
// connect the "finished" signal coming from the ITC/IPC to the qui call // connect the "finished" signal coming from the ITC/IPC to the qui call
QObject::connect(skx, SIGNAL(finished()), &skx, SLOT(quit())); //QObject::connect(skx, SIGNAL(finished()), &skx, SLOT(quit()));
// and give a slot to the ITC/IPC in the main loop // and give a slot to the ITC/IPC in the main loop
QTimer::signalShot(0, skx, SLOT(run())); //QTimer::signalShot(0, skx, SLOT(run()));
// and then.. go! // and then.. go!
return skylivex.exec(); return skylivex.exec();
......
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