diff src/filterwidget.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 64a51a42c01f
children 098a10fc2e83
line wrap: on
line diff
--- a/src/filterwidget.h	Tue May 05 18:45:49 2015 +0200
+++ b/src/filterwidget.h	Tue May 05 18:46:35 2015 +0200
@@ -22,6 +22,9 @@
     FilterWidget (QSortFilterProxyModel *model,
             QWidget * parent = 0, Qt::WindowFlags f = 0);
 
+Q_SIGNALS:
+    void filterHasChanged();
+
 protected:
     void setupGUI();
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)