From ade15f5d4141ff7045c826e8c5574b68cd96a85c Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Sun, 5 Jun 2011 09:29:36 +0200 Subject: [PATCH] Fixed compilation failure on Windows --- programs.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs.hh b/programs.hh index f231d5ed..9540b673 100644 --- a/programs.hh +++ b/programs.hh @@ -35,7 +35,7 @@ public: signals: // Connect to this signal to get run results - void finished( QByteArray stdout, QString error ); + void finished( QByteArray output, QString error ); // Used internally only signals: