diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-08-19 23:12:30 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-20 07:25:01 -0700 |
commit | 2a5073113927f5ab5e6f38a7ac6382bd44e7ad5b (patch) | |
tree | 45adbec17fb0f8db6a178ee321db59d13f0fcce6 /qthelper.h | |
parent | 6c0bcec3e78b6b8f9775a12f7e369d62bcf16a71 (diff) | |
download | subsurface-2a5073113927f5ab5e6f38a7ac6382bd44e7ad5b.tar.gz |
Leftovers from introduction of in_planner() helper function
I have no idea how these could have been left behind
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qthelper.h b/qthelper.h index 4a5ade711..674f036d3 100644 --- a/qthelper.h +++ b/qthelper.h @@ -36,5 +36,6 @@ fraction_t string_to_fraction(const char *str); int getCloudURL(QString &filename); void loadPreferences(); bool parseGpsText(const QString &gps_text, double *latitude, double *longitude); +extern "C" bool in_planner(); #endif // QTHELPER_H |