summaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-helper.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-01 09:34:32 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-01 09:34:32 -0800
commitfd23a4891c196c73423d68f6743aa1e5dde72a28 (patch)
treeed9e88b7d3d3be966ec224151fa17deb0a5c9a76 /subsurface-mobile-helper.cpp
parent37c74b5c2feecc02010ac981d5d5e4f65d18a6ce (diff)
downloadsubsurface-fd23a4891c196c73423d68f6743aa1e5dde72a28.tar.gz
QML UI: consistency in naming
Let's try to call it Subsurface-mobile everywhere. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-mobile-helper.cpp')
-rw-r--r--subsurface-mobile-helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp
index 8dd28f60d..9d9875ead 100644
--- a/subsurface-mobile-helper.cpp
+++ b/subsurface-mobile-helper.cpp
@@ -61,7 +61,7 @@ void run_ui()
}
QQuickWindow *qml_window = qobject_cast<QQuickWindow *>(qqWindowObject);
qml_window->setIcon(QIcon(":/subsurface-mobile-icon"));
- qqWindowObject->setProperty("messageText", QVariant("Subsurface mobile startup"));
+ qqWindowObject->setProperty("messageText", QVariant("Subsurface-mobile startup"));
#if !defined(Q_OS_ANDROID)
qml_window->setHeight(1200);
qml_window->setWidth(800);