diff mainwindow.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 e6c6b88d19b9
children 644bd31e8301
line wrap: on
line diff
--- a/mainwindow.h	Tue Nov 30 17:56:11 2010 +0000
+++ b/mainwindow.h	Wed Dec 01 11:50:04 2010 +0000
@@ -57,8 +57,8 @@
 
 public slots:
     void hgRefresh();
-    void commandCompleted(HgAction action, QString stdout);
-    void commandFailed(HgAction action, QString stdout);
+    void commandCompleted(HgAction action, QString stdOut);
+    void commandFailed(HgAction action, QString stdErr);
     void enableDisableActions();
 
 private slots: