diff ui/mainwindow.cpp @ 1276:4523d81eeafe

Merged.
author Emanuel Schuetze <emanuel@intevation.de>
date Mon, 29 Sep 2014 11:08:46 +0200
parents be989e9d49a4 520d8e6f14a4
children 87b3886aca69
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Mon Sep 29 11:08:20 2014 +0200
+++ b/ui/mainwindow.cpp	Mon Sep 29 11:08:46 2014 +0200
@@ -469,7 +469,7 @@
             qDebug() << "Failed to start process.";
         }
         connect(updaterProcess, SIGNAL(finished(int, QProcess::ExitStatus)),
-                this, SLOT(restart()));
+                this, SLOT(updaterFinished(int, QProcess::ExitStatus)));
         return;
     }
 

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