summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-08 08:18:56 -0600
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-12-08 16:29:49 +0100
commit4ccb70011c566b7b81eff52c32707dd73555ea05 (patch)
treea8f97a020f63bce8ca2b8f88a9de94c9353dc5cf /mobile-widgets/qmlmanager.cpp
parent03e14fa2c35f7cfb69240b21644d4dbf0291dbee (diff)
downloadsubsurface-4ccb70011c566b7b81eff52c32707dd73555ea05.tar.gz
Cleanup: mark unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index 21ce76735..144b3bd31 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -1784,6 +1784,7 @@ void QMLManager::setStatusbarColor(QColor color)
#else
void QMLManager::setStatusbarColor(QColor color)
{
+ Q_UNUSED(color)
// noop
}