summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-15 22:17:58 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-16 05:27:30 -0400
commitea577aa8f29ff8cb8b575632dfd2d200304b5a5b (patch)
treeffbdbf6411ecb11105378f4d2b794fe8e793f960 /mobile-widgets
parentb5a5035c090d991a99193aeaceaff9bdce58fa7a (diff)
downloadsubsurface-ea577aa8f29ff8cb8b575632dfd2d200304b5a5b.tar.gz
Fix stupid syntax errors
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qmlmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index 2f99ff41b..9df276d6f 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -81,7 +81,7 @@ extern "C" int gitProgressCB(const char *text)
return 0;
}
-#if defined(BT_SUPPOR)
+#if defined(BT_SUPPORT)
void QMLManager::btHostModeChange(QBluetoothLocalDevice::HostMode state)
{
BTDiscovery *btDiscovery = BTDiscovery::instance();