diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-08 07:52:02 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-08 07:52:02 (GMT) |
commit | b59be3fbc228c59a04582b71e4fa2ca2680fe52d (patch) | |
tree | 7be964a398760c507baf8dc356bc7326018424d4 /src/MainWindow.h | |
parent | fc6a27432eed4061b670b48383115e99e53b7feb (diff) |
Update recent file also on save/saveas
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 0745935..0ba3bd9 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -92,6 +92,7 @@ private slots: void actionOpen(); void actionOpenRecent(); void actionOpenExample(); + void updateRecentFiles(); void clearRecentFiles(); void updateRecentFileActions(); void actionSave(); |