diff mainwindow.h @ 359:550650bbb959 feature_91

Add "Open Recent". Fixes #91
author Chris Cannam
date Thu, 17 Mar 2011 16:35:38 +0000
parents 93feb59187f5
children 73fb5ef55744
line wrap: on
line diff
--- a/mainwindow.h	Thu Mar 17 13:52:57 2011 +0000
+++ b/mainwindow.h	Thu Mar 17 16:35:38 2011 +0000
@@ -58,6 +58,7 @@
     void about();
     void settings();
     void open();
+    void recentMenuActivated();
     void changeRemoteRepo();
     void startupDialog();
     void clearSelections();
@@ -115,6 +116,8 @@
     void hgQueryParents();
     void hgLog();
     void hgLogIncremental(QStringList prune);
+
+    void updateRecentMenu();
     void createActions();
     void connectActions();
     void connectTabsSignals();
@@ -215,6 +218,7 @@
 
     // Menus
     QMenu *m_fileMenu;
+    QMenu *m_recentMenu;
     QMenu *m_advancedMenu;
     QMenu *m_helpMenu;