diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 14:04:52 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 14:05:07 -0800 |
commit | fd9c905ba357a37fe13338600bbc2b669c867f6f (patch) | |
tree | 55134736ff3b361de269a78aa93a1e8fa66dc009 /subsurface-mobile-helper.cpp | |
parent | 2747056889c6e003880201998353e28591faab62 (diff) | |
download | subsurface-fd9c905ba357a37fe13338600bbc2b669c867f6f.tar.gz |
Revert "Use icons relative path."
This reverts commit b0d98f6e269be9560de1b9c140855c85fecf1dd1.
Diffstat (limited to 'subsurface-mobile-helper.cpp')
-rw-r--r-- | subsurface-mobile-helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp index 98d412aca..31e582020 100644 --- a/subsurface-mobile-helper.cpp +++ b/subsurface-mobile-helper.cpp @@ -101,7 +101,7 @@ void run_ui() exit(1); } QQuickWindow *qml_window = qobject_cast<QQuickWindow *>(qqWindowObject); - qml_window->setIcon(QIcon(":subsurface-mobile-icon")); + qml_window->setIcon(QIcon(":/subsurface-mobile-icon")); qqWindowObject->setProperty("messageText", QVariant("Subsurface-mobile startup")); qDebug() << "qqwindow devicePixelRatio" << qml_window->devicePixelRatio() << qml_window->screen()->devicePixelRatio(); QScreen *screen = qml_window->screen(); |