Mercurial > hg > easyhg
diff 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 |
line wrap: on
line diff
--- a/src/mainwindow.h Tue Feb 28 14:38:42 2012 +0000 +++ b/src/mainwindow.h Tue Feb 28 16:59:25 2012 +0000 @@ -54,6 +54,7 @@ void commandStarting(HgAction); void commandCompleted(HgAction action, QString stdOut); void commandFailed(HgAction action, QString stdErr, QString stdOut); + void commandCancelled(HgAction action); void enableDisableActions(); private slots: