diff mainwindow.h @ 62:68aebc316898

* Some adjustments to process running (avoid timer): caller must now report errors * Function to find user's real name * Locate hg executable in path explicitly, use a setting to remember it
author Chris Cannam
date Wed, 17 Nov 2010 13:32:56 +0000
parents f583e44d9d31
children 2340b00561d2
line wrap: on
line diff
--- a/mainwindow.h	Wed Nov 17 11:48:58 2010 +0000
+++ b/mainwindow.h	Wed Nov 17 13:32:56 2010 +0000
@@ -85,11 +85,12 @@
 
 protected:
     void closeEvent(QCloseEvent *event);
-    void timerEvent(QTimerEvent *event);
 
 public slots:
     void hgStat();
     void tabChanged(int currTab);
+    void commandCompleted();
+    void commandFailed();
 
 private slots:
     void about();
@@ -186,7 +187,6 @@
     QToolBar *repoToolBar;
     QToolBar *workFolderToolBar;
 
-    int         timerId;
     HGACTIONS   runningAction;
     HgRunner    *runner;