summaryrefslogtreecommitdiffstats
path: root/core/qt-gui.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-14 04:01:12 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-14 04:01:12 -0700
commit0039c61dce78ab148b05ceec3283a3bd29e1bb30 (patch)
treed8a429a53cb42e69a017ac4534fedfb075880a1f /core/qt-gui.h
parentaa7e78611ec87ce928f62a41311d47dec016ba97 (diff)
parentba4058667a21a278a394054fea70595358ac41f2 (diff)
downloadsubsurface-0039c61dce78ab148b05ceec3283a3bd29e1bb30.tar.gz
Merge branch 'dynamic-bt' of https://github.com/janmulder/subsurface
Diffstat (limited to 'core/qt-gui.h')
-rw-r--r--core/qt-gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qt-gui.h b/core/qt-gui.h
index 59e79c268..1fc7d161e 100644
--- a/core/qt-gui.h
+++ b/core/qt-gui.h
@@ -7,6 +7,7 @@ void init_ui();
void run_ui();
void exit_ui();
+void set_non_bt_addresses();
#if defined(SUBSURFACE_MOBILE)
#include <QQuickWindow>