[SailfishDevel] where did the template sailfishapplication.cpp/h go?
Robin Burchell
robin.burchell at jolla.com
Fri Dec 6 11:34:40 UTC 2013
Hi,
They were moved into libsailfishapp so that we are easier able to roll out improvements to all applications if there’s a need. For instance, we ran into a bug with QtWayland that we had to temporarily work around in there a while ago.
I would recommend *not* subclassing QQuickView (since then you won’t get some of the performance enhancements on startup that libsailfishapp provides when you use createView and so on), but if you absolutely *must* subclass QQuickView, then just don’t use createView, and subclass QQuickView directly (& new it yourself).
BR,
Robin
On 06 Dec 2013, at 11:58, Wim de Vries <wsvries at xs4all.nl> wrote:
> Hi,
> Just looking at the template and documentation of the latest SDK and found out that sailfishapplication.cpp and sailfishapplication.h were removed from the sources.
> I used to redefine them (using MyQQuickview etc.).
> Am I overlooking sth?
> thanks.
> wim
>
> _______________________________________________
> SailfishOS.org Devel mailing list
More information about the Devel
mailing list