D9141: Setup QQmlEngine only once in QmlObject
Marco Martin
noreply at phabricator.kde.org
Sun Dec 3 17:37:39 UTC 2017
mart requested changes to this revision.
mart added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> qmlobject.h:72
> + */
> + enum class SetupFlag {
> + Engine = 1<<0, ///< call setupEngine() on it
this shouldn't be necessary?
qmoobject will do things engine-wise, the qmlsharedengine subclass will always do things context-wise without new public constructors?
REPOSITORY
R296 KDeclarative
REVISION DETAIL
https://phabricator.kde.org/D9141
To: broulik, #plasma, mart
Cc: hein, mart, plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171203/46284032/attachment.html>
More information about the Kde-frameworks-devel
mailing list