changeset 1272:520d8e6f14a4

(issue44) Fix slot parameters
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 29 Sep 2014 10:07:52 +0200
parents 46b598e0dfc6
children 5e0c338552b4
files ui/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Mon Sep 29 10:03:38 2014 +0200
+++ b/ui/mainwindow.cpp	Mon Sep 29 10:07:52 2014 +0200
@@ -469,7 +469,7 @@
             qDebug() << "Failed to start process.";
         }
         connect(updaterProcess, SIGNAL(finished(int, QProcess::ExitStatus)),
-                this, SLOT(updaterFinished()));
+                this, SLOT(updaterFinished(int, QProcess::ExitStatus)));
         return;
     }
 

http://wald.intevation.org/projects/trustbridge/