diff hgrunner.h @ 142:46bf2a4a1fc8

* Don't try to use stdout and stderr as identifiers! In any case, one of them is stderr
author Chris Cannam
date Wed, 01 Dec 2010 11:50:04 +0000
parents d5db15bf250c
children 5b2046f67a56
line wrap: on
line diff
--- a/hgrunner.h	Tue Nov 30 17:56:11 2010 +0000
+++ b/hgrunner.h	Wed Dec 01 11:50:04 2010 +0000
@@ -39,8 +39,8 @@
     void requestAction(HgAction action);
 
 signals:
-    void commandCompleted(HgAction action, QString stdout);
-    void commandFailed(HgAction action, QString stderr);
+    void commandCompleted(HgAction action, QString stdOut);
+    void commandFailed(HgAction action, QString stdErr);
 
 private slots:
     void started();