aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-14 15:42:28 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-14 15:42:28 -0700
commit60f4b37fabd96a2f7f1d3cb1a8e1885895deb1c2 (patch)
tree3ba806fe15cdaf7851c2199ab156bf36422db55a /qt-ui/mainwindow.h
parent60bd4288c7ca30846604926e59178e07febda040 (diff)
downloadsubsurface-60f4b37fabd96a2f7f1d3cb1a8e1885895deb1c2.tar.gz
Cloud storage: only offer cloud storage related options when verified
If we don't have verified cloud credentials disable the menu options and disallow the use of cloud storage as default data file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 63a31e0cf..8469f5737 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -94,6 +94,7 @@ public:
void showV2Dialog();
QUndoStack *undoStack;
NotificationWidget *getNotificationWidget();
+ void enableDisableCloudActions();
private
slots:
/* file menu action */