Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
116:807c79350bf1 | 117:d5db15bf250c |
---|---|
35 public: | 35 public: |
36 HgRunner(QWidget * parent = 0); | 36 HgRunner(QWidget * parent = 0); |
37 ~HgRunner(); | 37 ~HgRunner(); |
38 | 38 |
39 void requestAction(HgAction action); | 39 void requestAction(HgAction action); |
40 /*!!! | |
41 bool isCommandRunning(); | |
42 void killCurrentCommand(); | |
43 | 40 |
44 void hideProgBar(); | |
45 */ | |
46 signals: | 41 signals: |
47 void commandCompleted(HgAction action, QString stdout); | 42 void commandCompleted(HgAction action, QString stdout); |
48 void commandFailed(HgAction action, QString stderr); | 43 void commandFailed(HgAction action, QString stderr); |
49 | 44 |
50 private slots: | 45 private slots: |