# HG changeset patch # User Andre Heinecke # Date 1411978072 -7200 # Node ID 520d8e6f14a4f2806ffe6d05a4bf2ed77569a402 # Parent 46b598e0dfc628909aeee9bfe9c9bfda9936e453 (issue44) Fix slot parameters diff -r 46b598e0dfc6 -r 520d8e6f14a4 ui/mainwindow.cpp --- 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; }