Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 1272:520d8e6f14a4
(issue44) Fix slot parameters
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 29 Sep 2014 10:07:52 +0200 |
parents | 359419264199 |
children | 4523d81eeafe |
comparison
equal
deleted
inserted
replaced
1271:46b598e0dfc6 | 1272:520d8e6f14a4 |
---|---|
467 if (!updaterProcess->waitForStarted() || | 467 if (!updaterProcess->waitForStarted() || |
468 updaterProcess->state() == QProcess::NotRunning) { | 468 updaterProcess->state() == QProcess::NotRunning) { |
469 qDebug() << "Failed to start process."; | 469 qDebug() << "Failed to start process."; |
470 } | 470 } |
471 connect(updaterProcess, SIGNAL(finished(int, QProcess::ExitStatus)), | 471 connect(updaterProcess, SIGNAL(finished(int, QProcess::ExitStatus)), |
472 this, SLOT(updaterFinished())); | 472 this, SLOT(updaterFinished(int, QProcess::ExitStatus))); |
473 return; | 473 return; |
474 } | 474 } |
475 | 475 |
476 #endif | 476 #endif |
477 if (isVisible()) { | 477 if (isVisible()) { |