Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index b2943a5..b76eaa8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -32,6 +32,7 @@ private slots:
void slot_new();
void slot_open();
void slot_save();
+ void slot_save_as();
private:
void init_actions();
@@ -53,6 +54,7 @@ private:
QAction *action_new;
QAction *action_open;
QAction *action_save;
+ QAction *action_save_as;
QAction *action_quit;
};