diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-11 11:16:59 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-11 12:38:11 -0800 |
commit | e7b2f04bec19c70bff2324b43c337728f2420aca (patch) | |
tree | 77e9337b9cc1d0297b861aefc83a4cf0ce14a458 /qt-mobile/qmlmanager.h | |
parent | 9195f247c4b05a0cb849cf998355dc3ec3b65641 (diff) | |
download | subsurface-e7b2f04bec19c70bff2324b43c337728f2420aca.tar.gz |
Location service: consistent way to output information
qDebug is nice when testing on the desktop, but it has to go to the
message area on an Android device to make things easy.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qmlmanager.h')
-rw-r--r-- | qt-mobile/qmlmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h index d1431980d..705e57cf3 100644 --- a/qt-mobile/qmlmanager.h +++ b/qt-mobile/qmlmanager.h @@ -4,6 +4,8 @@ #include <QObject> #include <QString> +void qmlUiShowMessage(const char *errorString); + class QMLManager : public QObject { Q_OBJECT |