comparison 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
comparison
equal deleted inserted replaced
181:731aef59d5f4 182:bf366e0b9050
35 public: 35 public:
36 HgRunner(QString myDirPath, QWidget * parent = 0); 36 HgRunner(QString myDirPath, QWidget * parent = 0);
37 ~HgRunner(); 37 ~HgRunner();
38 38
39 void requestAction(HgAction action); 39 void requestAction(HgAction action);
40 void killCurrentActions(); // kill anything running; clear the queue
40 41
41 signals: 42 signals:
42 void commandCompleted(HgAction action, QString stdOut); 43 void commandCompleted(HgAction action, QString stdOut);
43 void commandFailed(HgAction action, QString stdErr); 44 void commandFailed(HgAction action, QString stdErr);
44 45