How to get around bug with qmlRegisterSingletonType
Solved
QML and Qt Quick
-
qmlRegsiterSingletonType seems to be broken with Qt 5.9.0 The following was working with earlier prereleases of Qt 5.9
qmlRegisterSingletonType(url, uri, 1, 0, "theme");Keep getting run time errors that theme is undefined. It was working again with a version of Qt 5.9.1 in git but seems to have regressed as now it is broken again with the latest Qt.5.9.1 (git). Is there another way I can register my theme. Is there a mistake here ?
An help appreciated.
-
Hi,
Did you already check the bug report system about that matter ?
-