comparison src/mainwindow.h @ 472:2d57b81671de

Open the settings dialog at Paths tab when invoking it because of a failure to run hg
author Chris Cannam
date Thu, 14 Jul 2011 13:56:20 +0100
parents ad106f5fe75f
children 896b7903e8f2
comparison
equal deleted inserted replaced
471:8a10d3c396e8 472:2d57b81671de
21 #include "hgtabwidget.h" 21 #include "hgtabwidget.h"
22 #include "hgrunner.h" 22 #include "hgrunner.h"
23 #include "common.h" 23 #include "common.h"
24 #include "changeset.h" 24 #include "changeset.h"
25 #include "hgaction.h" 25 #include "hgaction.h"
26 #include "settingsdialog.h"
26 27
27 #include <QMainWindow> 28 #include <QMainWindow>
28 #include <QListWidget> 29 #include <QListWidget>
29 #include <QFileSystemWatcher> 30 #include <QFileSystemWatcher>
30 31
55 void enableDisableActions(); 56 void enableDisableActions();
56 57
57 private slots: 58 private slots:
58 void about(); 59 void about();
59 void settings(); 60 void settings();
61 void settings(SettingsDialog::Tab);
60 void open(); 62 void open();
61 void recentMenuActivated(); 63 void recentMenuActivated();
62 void changeRemoteRepo(); 64 void changeRemoteRepo();
63 void changeRemoteRepo(bool initial); 65 void changeRemoteRepo(bool initial);
64 void startupDialog(); 66 void startupDialog();