Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 1154:98e0712e790b
Indentation fix
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 12:54:20 +0200 |
parents | 0495f9187c4b |
children | 5f5880cca5cf |
comparison
equal
deleted
inserted
replaced
1153:0495f9187c4b | 1154:98e0712e790b |
---|---|
276 | 276 |
277 /* Retry the download again in 10 - 20 minutes */ | 277 /* Retry the download again in 10 - 20 minutes */ |
278 QTimer::singleShot(600000 + (qrand() % 60000), this, SLOT(checkUpdates())); | 278 QTimer::singleShot(600000 + (qrand() % 60000), this, SLOT(checkUpdates())); |
279 qDebug() << "Failed to verify list."; | 279 qDebug() << "Failed to verify list."; |
280 } else { | 280 } else { |
281 if (mTrayIcon->isAlternative()) { | 281 if (mTrayIcon->isAlternative()) { |
282 mCurMessage = tr("An updated certificate list is available."); | 282 mCurMessage = tr("An updated certificate list is available."); |
283 } else { | 283 } else { |
284 mCurMessage = tr("An updated certificate list is available.") +" " + tr("Click here to install."); | 284 mCurMessage = tr("An updated certificate list is available.") +" " + tr("Click here to install."); |
285 } | 285 } |
286 setState(NewListAvailable); | 286 setState(NewListAvailable); |
287 showMessage(); | 287 showMessage(); |
288 loadCertificateList(); | 288 loadCertificateList(); |
289 } | 289 } |
290 } | 290 } |