diff options
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(); |