diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-01 13:09:45 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-01 13:09:45 -0700 |
commit | d0b5f355ab9805d5f236d20b1b92ef6f71c1f9ad (patch) | |
tree | e85c6b442b553abbc6ec05ee881068d3bdd5f82e /qthelper.h | |
parent | a0b455582df00f9a1faebf328d398384d003f180 (diff) | |
download | subsurface-d0b5f355ab9805d5f236d20b1b92ef6f71c1f9ad.tar.gz |
Move helper function to the appropriate file
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qthelper.h b/qthelper.h index 310133f36..418c2eb31 100644 --- a/qthelper.h +++ b/qthelper.h @@ -32,5 +32,5 @@ depth_t string_to_depth(const char *str); pressure_t string_to_pressure(const char *str); volume_t string_to_volume(const char *str, pressure_t workp); fraction_t string_to_fraction(const char *str); - +int getCloudURL(QString &filename); #endif // QTHELPER_H |