diff src/mainwindow.h @ 44:73e6b6b12412

(issue 1,2) Make the column used for the Timestamp value configurable If the column contains a number it is interpreted as seconds since epoch. Otherwise its a verbatim copy of the column string.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 06 May 2015 19:45:26 +0200
parents 179239c94740
children 098a10fc2e83
line wrap: on
line diff
--- a/src/mainwindow.h	Wed May 06 18:20:13 2015 +0200
+++ b/src/mainwindow.h	Wed May 06 19:45:26 2015 +0200
@@ -13,7 +13,6 @@
  */
 #include <QMainWindow>
 #include <QSettings>
-#include <QDateTime>
 
 class QPushButton;
 class QDropEvent;
@@ -72,7 +71,7 @@
      * Function signature is similar to showPicture in pngviewer
      */
     void showPictureNameStatus(const QString& fileName, int current,
-            int max, const QDateTime& timestamp );
+            int max, const QString& timestamp );
 
 private:
     QSettings mSettings;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)