if cover not displayed its problem with your cover page. show its code
to us or try to guess yourself where is error.
28.04.2014 20:44, Gabriel Böhme ?:
Hmm, will try it with QScopedPointers again, but I did this some days
ago and the result was still the same. But will try it today again
Hmm, will try it with QScopedPointers again, but I did this some days ago
and the result was still the same. But will try it today again and report
back.
Thanks,
Gabriel.
--
Von meinem Nokia N9 gesendet
christopher.l...@thurweb.ch schrieb am 28.04.14 16:27:
Hi all
There was a thread o
Hi all
There was a thread on this way back in December last year:
https://lists.sailfishos.org/pipermail/devel/2013-December/001804.html
HtH
Chris
Zitat von "Luca Donaggio" :
I think you should use QScopedPointers in your main:
QScopedPointer app(SailfishApp::application(argc,
argv));
I think you should use QScopedPointers in your main:
QScopedPointer app(SailfishApp::application(argc,
argv));
QScopedPointer view(SailfishApp::createView());
Covers (and pages as well) can see all your ApplicationWindow (ie: their
parent) properties.
On Fri, Apr 25, 2014 at 10:14 AM, G