comparison ui/mainwindow.cpp @ 904:f89b41fa7048

Fix whitespace errors
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 13 Aug 2014 15:44:35 +0200
parents 95e1b2dd9f0e
children e5fd2d0cf42f
comparison
equal deleted inserted replaced
903:b5a49960d5cb 904:f89b41fa7048
254 void MainWindow::handleNewSW(const QString& fileName, const QDateTime& modDate) { 254 void MainWindow::handleNewSW(const QString& fileName, const QDateTime& modDate) {
255 if (mTrayIcon->isAlternative()) { 255 if (mTrayIcon->isAlternative()) {
256 mCurMessage = tr("An update for %1 is available.").arg( 256 mCurMessage = tr("An update for %1 is available.").arg(
257 QApplication::applicationName()); 257 QApplication::applicationName());
258 } else { 258 } else {
259 mCurMessage = QString(tr("An update for %1 is available.") + "\n" + 259 mCurMessage = QString(tr("An update for %1 is available.") + "\n" +
260 tr("Click here to download and install the update.")).arg( 260 tr("Click here to download and install the update.")).arg(
261 QApplication::applicationName()); 261 QApplication::applicationName());
262 } 262 }
263 setState(NewSoftwareAvailable); 263 setState(NewSoftwareAvailable);
264 mSettings.setValue("Software/available", fileName); 264 mSettings.setValue("Software/available", fileName);

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