[PATCH 2 of 7] Indentation fix
Wald Commits
scm-commit at wald.intevation.org
Thu Sep 18 15:47:16 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1411037660 -7200
# Node ID 98e0712e790b8c2ea83cb7bf7f8614ed0d708d89
# Parent 0495f9187c4b9905e9629e6c46d17b1c33076bde
Indentation fix
diff -r 0495f9187c4b -r 98e0712e790b ui/mainwindow.cpp
--- a/ui/mainwindow.cpp Thu Sep 18 12:53:40 2014 +0200
+++ b/ui/mainwindow.cpp Thu Sep 18 12:54:20 2014 +0200
@@ -278,11 +278,11 @@
QTimer::singleShot(600000 + (qrand() % 60000), this, SLOT(checkUpdates()));
qDebug() << "Failed to verify list.";
} else {
- if (mTrayIcon->isAlternative()) {
- mCurMessage = tr("An updated certificate list is available.");
- } else {
- mCurMessage = tr("An updated certificate list is available.") +" " + tr("Click here to install.");
- }
+ if (mTrayIcon->isAlternative()) {
+ mCurMessage = tr("An updated certificate list is available.");
+ } else {
+ mCurMessage = tr("An updated certificate list is available.") +" " + tr("Click here to install.");
+ }
setState(NewListAvailable);
showMessage();
loadCertificateList();
More information about the Trustbridge-commits
mailing list