diff options
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 6e23e6768..bb8876383 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -85,6 +85,7 @@ QString getUserAgent(); QString printGPSCoords(const location_t *loc); extern QString (*changesCallback)(); +void uiNotification(const QString &msg); #if defined __APPLE__ #define TITLE_OR_TEXT(_t, _m) "", _t + "\n" + _m |