From fd9c905ba357a37fe13338600bbc2b669c867f6f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 29 Nov 2017 14:04:52 -0800 Subject: Revert "Use icons relative path." This reverts commit b0d98f6e269be9560de1b9c140855c85fecf1dd1. --- subsurface-mobile-helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsurface-mobile-helper.cpp') 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(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(); -- cgit v1.2.3-70-g09d2