diff src/mainwindow.cpp @ 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 2836b6ed430a
children 07744e276579
line wrap: on
line diff
--- a/src/mainwindow.cpp	Wed May 06 18:20:13 2015 +0200
+++ b/src/mainwindow.cpp	Wed May 06 19:45:26 2015 +0200
@@ -167,7 +167,7 @@
 }
 
 void MainWindow::showPictureNameStatus(const QString& fileName, int current,
-            int max, const QDateTime& timestamp) {
+            int max, const QString& timestamp) {
     if (current != 0 && max != 0) {
         statusBar()->showMessage(tr("Showing: '%1'").arg(fileName));
     }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)