diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 15:25:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 15:29:54 -0700 |
commit | 25b8092c0300a223321fc5a537d913fb14c91243 (patch) | |
tree | c24c9f6cf94447e3c8b0a5659bebb58114700daf /qt-ui/mainwindow.h | |
parent | af2354c1f310ee2982ef2541668d23b09f786874 (diff) | |
download | subsurface-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.h | 2 |
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(); |