diff hgrunner.h @ 117:d5db15bf250c

* Start to sketch thing that shows the details of a changeset in the history view
author Chris Cannam
date Fri, 26 Nov 2010 22:46:29 +0000
parents 5fc7b4fc77a8
children 46bf2a4a1fc8
line wrap: on
line diff
--- a/hgrunner.h	Fri Nov 26 22:06:52 2010 +0000
+++ b/hgrunner.h	Fri Nov 26 22:46:29 2010 +0000
@@ -37,12 +37,7 @@
     ~HgRunner();
 
     void requestAction(HgAction action);
-/*!!!
-    bool isCommandRunning();
-    void killCurrentCommand();
 
-    void hideProgBar();
-*/    
 signals:
     void commandCompleted(HgAction action, QString stdout);
     void commandFailed(HgAction action, QString stderr);