diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-13 09:08:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-13 09:14:48 -0700 |
commit | df255e257316c277c51fb5fab5ca5168f0cae631 (patch) | |
tree | f1b191a4d9e651ef507c6a1af775ed5046701f7b /qthelperfromc.h | |
parent | abde615c1c3f64bed1d492a1f5f878fd890b111c (diff) | |
download | subsurface-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.h | 1 |
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 |