summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-19 15:25:47 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-19 15:29:54 -0700
commit25b8092c0300a223321fc5a537d913fb14c91243 (patch)
treec24c9f6cf94447e3c8b0a5659bebb58114700daf /qt-ui/mainwindow.h
parentaf2354c1f310ee2982ef2541668d23b09f786874 (diff)
downloadsubsurface-25b8092c0300a223321fc5a537d913fb14c91243.tar.gz
Implenent file_save and file_save_as
This allows us to do the right thing at exit (and also connects to more of the menu actions to actually do something). 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 ea0ec015e..121b5c74d 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -94,6 +94,8 @@ private:
void readSettings();
void writeSettings();
void redrawProfile();
+ void file_save();
+ void file_save_as();
};
MainWindow *mainWindow();