Mercurial > hg > easyhg
comparison src/mainwindow.h @ 564:39cac58b4f92
Add commandCancelled signal -- but don't make use of it; it didn't work out as I'd hoped
author | Chris Cannam |
---|---|
date | Tue, 28 Feb 2012 16:59:25 +0000 |
parents | 533519ebc0cb |
children | 38c84c66ad7a |
comparison
equal
deleted
inserted
replaced
563:0a094020c2d4 | 564:39cac58b4f92 |
---|---|
52 void open(QString local); | 52 void open(QString local); |
53 void hgRefresh(); | 53 void hgRefresh(); |
54 void commandStarting(HgAction); | 54 void commandStarting(HgAction); |
55 void commandCompleted(HgAction action, QString stdOut); | 55 void commandCompleted(HgAction action, QString stdOut); |
56 void commandFailed(HgAction action, QString stdErr, QString stdOut); | 56 void commandFailed(HgAction action, QString stdErr, QString stdOut); |
57 void commandCancelled(HgAction action); | |
57 void enableDisableActions(); | 58 void enableDisableActions(); |
58 | 59 |
59 private slots: | 60 private slots: |
60 void about(); | 61 void about(); |
61 void help(); | 62 void help(); |