summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-14 11:12:07 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-14 13:37:44 -0700
commit1d95cc4cbfb229c55580b46512c9df1c5016247e (patch)
treed517960d69d62c706578894d26785d3d1102012d /mobile-widgets/qmlmanager.h
parentca3be8f376784cedbcf9c2bf8b11d2764f82036e (diff)
downloadsubsurface-1d95cc4cbfb229c55580b46512c9df1c5016247e.tar.gz
QML UI: if we don't have a current position, update it later
Once we get a new fix we asynchronously update the text. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index dd3d48dff..b158e43ee 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -280,6 +280,7 @@ signals:
void buddyListChanged();
void divemasterListChanged();
void locationListChanged();
+ void waitingForPositionChanged();
};
#endif