diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-07-30 13:09:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-30 13:29:06 -0700 |
commit | 430f5b77c583e5c29a5299740763ddfc9a098570 (patch) | |
tree | d8f1c1e4e12f966ac7b63e0ce5373b7703e6cdc2 /desktop-widgets/mainwindow.h | |
parent | 677bbb77d90c7e3e60cd7de39488107d7cbb65d9 (diff) | |
download | subsurface-430f5b77c583e5c29a5299740763ddfc9a098570.tar.gz |
Add menu entry to remove the offline state
If an attempt to contact the cloud storage fails, Subsurface switches into
offline mode. This allows us to go back online again.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r-- | desktop-widgets/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 0a53405e8..e7f8f28c4 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -106,6 +106,7 @@ slots: void on_actionClose_triggered(); void on_actionCloudstorageopen_triggered(); void on_actionCloudstoragesave_triggered(); + void on_actionTake_cloud_storage_online_triggered(); void on_actionPrint_triggered(); void on_actionPreferences_triggered(); void on_actionQuit_triggered(); |