Mercurial > trustbridge
diff ui/mainwindow.cpp @ 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 | 8bfbfd4ea568 |
children | 520d8e6f14a4 |
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; }