changeset 194:ff25f4855afc

Better comment.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Nov 2017 13:52:22 +0200
parents 45a230bcc969
children 930191210416
files src/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Thu Nov 09 13:10:33 2017 +0200
+++ b/src/main.cpp	Thu Nov 09 13:52:22 2017 +0200
@@ -451,7 +451,7 @@
 
     new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_P), this, SLOT(on_button_Print_clicked()));
 
-    // Check for successful backup
+    // Check for latest successful backup time
     qint64 threshold = 7;
     qint64 delta = settings.dbLastBackup.msecsTo(QDateTime::currentDateTimeUtc());
     if (settings.dbBackupMode != BACKUP_NONE &&