diff mainwindow.h @ 175:6def8bf3be44

* Start implementing Settings dialog; add Test function to run on startup to make sure hg works
author Chris Cannam
date Thu, 16 Dec 2010 17:32:25 +0000
parents 4dc802a4d5ae
children a51980a00dac
line wrap: on
line diff
--- a/mainwindow.h	Thu Dec 16 12:40:04 2010 +0000
+++ b/mainwindow.h	Thu Dec 16 17:32:25 2010 +0000
@@ -51,6 +51,7 @@
     Changesets currentParents;
     int commitsSincePush;
     bool stateUnknown;
+    bool hgIsOK;
     bool needNewLog;
 
 protected:
@@ -70,6 +71,7 @@
     void startupDialog();
     void clearSelections();
 
+    void hgTest();
     void hgQueryPaths();
     void hgStat();
     void hgRemove();