comparison 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
comparison
equal deleted inserted replaced
141:e6c6b88d19b9 142:46bf2a4a1fc8
37 ~HgRunner(); 37 ~HgRunner();
38 38
39 void requestAction(HgAction action); 39 void requestAction(HgAction action);
40 40
41 signals: 41 signals:
42 void commandCompleted(HgAction action, QString stdout); 42 void commandCompleted(HgAction action, QString stdOut);
43 void commandFailed(HgAction action, QString stderr); 43 void commandFailed(HgAction action, QString stdErr);
44 44
45 private slots: 45 private slots:
46 void started(); 46 void started();
47 void finished(int procExitCode, QProcess::ExitStatus procExitStatus); 47 void finished(int procExitCode, QProcess::ExitStatus procExitStatus);
48 void dataReadyStdout(); 48 void dataReadyStdout();