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>
This commit is contained in:
Dirk Hohndel 2013-05-19 15:25:47 -07:00
parent af2354c1f3
commit 25b8092c03
2 changed files with 47 additions and 4 deletions

View file

@ -94,6 +94,8 @@ private:
void readSettings();
void writeSettings();
void redrawProfile();
void file_save();
void file_save_as();
};
MainWindow *mainWindow();