summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-31 22:11:27 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-31 22:35:50 -0700
commit5bbcc7f16ddb1315dbd4a7a43034cddf8c9f2a36 (patch)
treee445d47e14b8fbfeb3902b12d165db117bbe9f52 /qt-ui/mainwindow.h
parenta6b667478034cee6efde4b0828ad4a263345355f (diff)
downloadsubsurface-5bbcc7f16ddb1315dbd4a7a43034cddf8c9f2a36.tar.gz
Cloud storage: first stab at implementing cloud storage
So far there is no mechanism to actually create a repository on the server, so this only works with the two test repositories. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index f963330cc..a9686dcd9 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -103,6 +103,8 @@ slots:
void on_actionSave_triggered();
void on_actionSaveAs_triggered();
void on_actionClose_triggered();
+ void on_actionCloudstorageopen_triggered();
+ void on_actionCloudstoragesave_triggered();
void on_actionPrint_triggered();
void on_actionPreferences_triggered();
void on_actionQuit_triggered();