diff src/includeemptysortmodel.h @ 94:07e1e47954f6

Default to include empty fields
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 29 Jun 2015 15:38:41 +0200
parents 3916cb3c9105
children
line wrap: on
line diff
--- a/src/includeemptysortmodel.h	Fri Jun 19 14:31:44 2015 +0200
+++ b/src/includeemptysortmodel.h	Mon Jun 29 15:38:41 2015 +0200
@@ -24,7 +24,7 @@
     Q_OBJECT
 
 public:
-    IncludeEmptySortModel() : QSortFilterProxyModel(), mIncludeEmpty(false) {}
+    IncludeEmptySortModel() : QSortFilterProxyModel(), mIncludeEmpty(true) {}
 
     /** @brief wrapper around the base class call that accepts empty
      * values if includeEmpty is checked. */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)