diff src/metadataview.h @ 37:0c05958d254c

(issue 13, 6) Add constant index number column to data and view
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 06 May 2015 17:17:13 +0200
parents f10d4e035eec
children 73e6b6b12412
line wrap: on
line diff
--- a/src/metadataview.h	Wed May 06 16:10:01 2015 +0200
+++ b/src/metadataview.h	Wed May 06 17:17:13 2015 +0200
@@ -32,12 +32,9 @@
     QString parseMetaData(const QString& fileName);
 
 Q_SIGNALS:
-    /**@brief emited when the selection changed.
-     *
-     * @param pictureFile: The file that is now selected.
-     * @param info: Additional info to show with the file.*/
+    /**@brief emited when the selection changed. */
     void selectionChanged(const QString& pictureFile, int current, int max,
-        const QDateTime& timestamp);
+        const QDateTime& timestamp, int number);
 
 protected slots:
     /** @brief internal slot to handle table view selection changes */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)