diff options
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qthelper.h b/qthelper.h index 674f036d3..073010d9f 100644 --- a/qthelper.h +++ b/qthelper.h @@ -36,6 +36,8 @@ fraction_t string_to_fraction(const char *str); int getCloudURL(QString &filename); void loadPreferences(); bool parseGpsText(const QString &gps_text, double *latitude, double *longitude); +QByteArray getCurrentAppState(); +void setCurrentAppState(QByteArray state); extern "C" bool in_planner(); #endif // QTHELPER_H |