diff ui/mainwindow.h @ 708:bd48fae793b6

(Issue25) Log update check success, change header labels.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 02 Jul 2014 12:49:11 +0200
parents 0fc1a20adaff
children 929c3db85eb7
line wrap: on
line diff
--- a/ui/mainwindow.h	Wed Jul 02 12:39:28 2014 +0200
+++ b/ui/mainwindow.h	Wed Jul 02 12:49:11 2014 +0200
@@ -130,6 +130,13 @@
      */
     void loadUnselectedCertificates();
 
+    /** @brief log / store a successful downloader run
+     *
+     * A downloader run is successful if the finished signal
+     * is emited and the state is not TransferError
+     */
+    void updateCheckSuccess();
+
 protected:
     virtual void closeEvent(QCloseEvent *event);
 
@@ -209,7 +216,8 @@
 
     QLabel *mUpdatesHeader;
     QLabel *mLastCertUpdate;
-    QLabel *mLastSWupdate;
+    QLabel *mSoftwareVersionLabel;
+    QLabel *mLastUpdateCheck;
     QLabel *mUpdatesNewCertificates;
     QLabel *mUpdatesRemoveCertificates;
     QLabel *mUpdatesManualCertificates;

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