diff src/metadataview.h @ 28:4e16fbd10945

(issue3-5) Make the default sort order configurable
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 05 May 2015 18:46:35 +0200
parents 6b9b5efcd7f4
children f10d4e035eec
line wrap: on
line diff
--- a/src/metadataview.h	Tue May 05 18:45:49 2015 +0200
+++ b/src/metadataview.h	Tue May 05 18:46:35 2015 +0200
@@ -56,6 +56,9 @@
     /**@brief select a specific row. */
     void selectRow(int row);
 
+    /**@brief applies the default sort order from configuration */
+    void applyDefaultSort();
+
 protected:
     QxtCsvModel *mCSVModel;
     QSortFilterProxyModel *mSortModel;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)