diff hgrunner.h @ 182:bf366e0b9050

* Fix "Serve by HTTP"; stub out "Change Remote Location"
author Chris Cannam
date Fri, 17 Dec 2010 10:01:02 +0000
parents 3d6d826b04ad
children 07b908b4fa5f
line wrap: on
line diff
--- a/hgrunner.h	Fri Dec 17 09:36:39 2010 +0000
+++ b/hgrunner.h	Fri Dec 17 10:01:02 2010 +0000
@@ -37,6 +37,7 @@
     ~HgRunner();
 
     void requestAction(HgAction action);
+    void killCurrentActions(); // kill anything running; clear the queue
 
 signals:
     void commandCompleted(HgAction action, QString stdOut);