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>
This commit is contained in:
Dirk Hohndel 2015-11-11 11:16:59 -08:00
parent 9195f247c4
commit e7b2f04bec
4 changed files with 28 additions and 17 deletions

View file

@ -4,6 +4,8 @@
#include <QObject>
#include <QString>
void qmlUiShowMessage(const char *errorString);
class QMLManager : public QObject
{
Q_OBJECT