summaryrefslogtreecommitdiffstats
path: root/qthelperfromc.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-13 09:08:39 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-13 09:14:48 -0700
commitdf255e257316c277c51fb5fab5ca5168f0cae631 (patch)
treef1b191a4d9e651ef507c6a1af775ed5046701f7b /qthelperfromc.h
parentabde615c1c3f64bed1d492a1f5f878fd890b111c (diff)
downloadsubsurface-df255e257316c277c51fb5fab5ca5168f0cae631.tar.gz
Don't show an error if you fail to open the cloud storage
The lower level functions will already report that things didn't connect successfully, no reason to repeat it here (which then exposes the git URL). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelperfromc.h')
-rw-r--r--qthelperfromc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qthelperfromc.h b/qthelperfromc.h
index d7ba6f1b7..900085fa4 100644
--- a/qthelperfromc.h
+++ b/qthelperfromc.h
@@ -4,5 +4,6 @@
bool getProxyString(char **buffer);
bool canReachCloudServer();
void updateWindowTitle();
+bool isCloudUrl(const char *filename);
#endif // QTHELPERFROMC_H