diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-07 22:16:30 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-07 22:26:33 -0800 |
commit | 440423ff6476119e090798ae2d59dc59d5253a0a (patch) | |
tree | 5a8c32678056583e0cc7cd06682bc123d0584e33 /qt-models/filtermodels.cpp | |
parent | bfe24526d35c47c1229a0711882d4e789fb46731 (diff) | |
parent | 829f7a2ee264b4e25e8ea926a98199f8049a23d6 (diff) | |
download | subsurface-440423ff6476119e090798ae2d59dc59d5253a0a.tar.gz |
Merge branch 'warnings' of github.com:neolit123/subsurface
Diffstat (limited to 'qt-models/filtermodels.cpp')
-rw-r--r-- | qt-models/filtermodels.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-models/filtermodels.cpp b/qt-models/filtermodels.cpp index f56f4be1c..cbb83d06f 100644 --- a/qt-models/filtermodels.cpp +++ b/qt-models/filtermodels.cpp @@ -295,9 +295,9 @@ void LocationFilterModel::repopulate() MultiFilterSortModel::MultiFilterSortModel(QObject *parent) : QSortFilterProxyModel(parent), + divesDisplayed(0), justCleared(false), - curr_dive_site(NULL), - divesDisplayed(0) + curr_dive_site(NULL) { } |