diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-10-20 11:48:58 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-23 22:45:30 +0100 |
commit | 16e91177bbd4c8dfd0a2c798d5de9d9490e86256 (patch) | |
tree | 0ff614d8adb67f171532cbef6770b9006f9aa1a7 /subsurface-helper.cpp | |
parent | 6d77e66b69fd92610002ffaaae7846d3b57b30b5 (diff) | |
download | subsurface-16e91177bbd4c8dfd0a2c798d5de9d9490e86256.tar.gz |
Cleanup: remove attempt to set long gone property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r-- | subsurface-helper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-helper.cpp b/subsurface-helper.cpp index 980ddd433..8e2de1230 100644 --- a/subsurface-helper.cpp +++ b/subsurface-helper.cpp @@ -119,7 +119,6 @@ void run_ui() } QQuickWindow *qml_window = qobject_cast<QQuickWindow *>(qqWindowObject); 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(); QObject::connect(qml_window, &QQuickWindow::screenChanged, QMLManager::instance(), &QMLManager::screenChanged); |