09-30-2012 02:04 PM
Signal QDeclarativeEngine::quit() emitted, but no receivers connected to handle it.
I fail to make even the simplest QML work. The ones that are created by the QML wizzards for Blackberry and Desktop. The same unchanged examples work on Windows and on Symbian. But I always get the above message, when I deploy the application to the Playbook.
Are there any sample specifically for Playbook that you have tested to work or tutorials?
Solved! Go to Solution.
10-01-2012 05:15 AM - edited 10-01-2012 05:16 AM
Putting this line in main.cpp, did it:
QObject::connect((QObject*)view.engine(), SIGNAL(quit()), &a, SLOT(quit()));
Is it a bug???