comparison mainwindow.h @ 94:44ed7766d55a

* Clear selections when Esc pressed; some refactoring
author Chris Cannam
date Wed, 24 Nov 2010 14:41:52 +0000
parents b43355c2473a
children d1be9712818a
comparison
equal deleted inserted replaced
93:dfb7a274b90f 94:44ed7766d55a
91 private slots: 91 private slots:
92 void about(); 92 void about();
93 void settings(); 93 void settings();
94 void open(); 94 void open();
95 void startupDialog(); 95 void startupDialog();
96 void clearSelections();
96 97
97 void hgRemove(); 98 void hgRemove();
98 void hgAdd(); 99 void hgAdd();
99 void hgCommit(); 100 void hgCommit();
100 void hgFileDiff(); 101 void hgFileDiff();
207 208
208 //Help menu actions 209 //Help menu actions
209 QAction *aboutAct; 210 QAction *aboutAct;
210 QAction *aboutQtAct; 211 QAction *aboutQtAct;
211 212
213 // Other actions
214 QAction *clearSelectionsAct;
215
212 QToolBar *fileToolBar; 216 QToolBar *fileToolBar;
213 QToolBar *repoToolBar; 217 QToolBar *repoToolBar;
214 QToolBar *workFolderToolBar; 218 QToolBar *workFolderToolBar;
215 219
216 HGACTIONS runningAction; 220 HGACTIONS runningAction;