Okay, got this solved. I need to get the view as a pointer and then the cover
works properly. Like this:
Q_DECL_EXPORT int main(int argc, char *argv[])
{
QScopedPointer app(SailfishApp::application(argc, argv));
QScopedPointer view(SailfishApp::createView());
view->setSource(SailfishApp
Hi,
I noticed that cover actions of my app had stopped working after the bigger
update of SDK. I debugged it a bit yesterday and found out that the main seems
to be the problem. If I use the default template, actions are visible and works
in the cover:
Q_DECL_EXPORT int main(int argc, char *ar