diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-08-16 06:55:44 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-16 06:55:44 -0700 |
commit | 39d84795499bf09c69c6bc93ca1ef0537fa46ab1 (patch) | |
tree | 1fcddb3fb29ba3786b6e179c74a9ed96cf1f694f /subsurface-mobile-helper.cpp | |
parent | cf4a4dd98b41c3a664a3d26500c81fbb5438a86b (diff) | |
download | subsurface-39d84795499bf09c69c6bc93ca1ef0537fa46ab1.tar.gz |
Revert "Init Kirigami resources"
This reverts commit 44aaab2611cf1b1269ed398826484d17087812d5.
We don't need this if we include Kirigami directly into the Subsurface build.
Diffstat (limited to 'subsurface-mobile-helper.cpp')
-rw-r--r-- | subsurface-mobile-helper.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp index 182747547..d038336c4 100644 --- a/subsurface-mobile-helper.cpp +++ b/subsurface-mobile-helper.cpp @@ -37,9 +37,6 @@ void run_ui() qmlRegisterType<QMLProfile>("org.subsurfacedivelog.mobile", 1, 0, "QMLProfile"); QQmlApplicationEngine engine; - - Q_INIT_RESOURCE(kirigami); - KirigamiPlugin::getInstance().registerTypes(); #if __APPLE__ // when running the QML UI on a Mac the deployment of the QML Components seems |