changeset 1270:359419264199

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

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