diff 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
line wrap: on
line diff
--- a/src/mainwindow.h	Thu Jul 14 13:31:07 2011 +0100
+++ b/src/mainwindow.h	Thu Jul 14 13:56:20 2011 +0100
@@ -23,6 +23,7 @@
 #include "common.h"
 #include "changeset.h"
 #include "hgaction.h"
+#include "settingsdialog.h"
 
 #include <QMainWindow>
 #include <QListWidget>
@@ -57,6 +58,7 @@
 private slots:
     void about();
     void settings();
+    void settings(SettingsDialog::Tab);
     void open();
     void recentMenuActivated();
     void changeRemoteRepo();