diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-11-13 16:31:03 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 12:01:00 -0800 |
commit | 10fecefddd809bddd46e50fcc7a7438d8257174d (patch) | |
tree | fa575ea4ca567b81ad9871e672564813ef66f7ad /qt-ui/divelistview.cpp | |
parent | 148138261727c47360d603e603006b7e424632e1 (diff) | |
download | subsurface-10fecefddd809bddd46e50fcc7a7438d8257174d.tar.gz |
Move the filters code to it's own file.
We already have a bunch of filters, let's pack them together
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.cpp')
-rw-r--r-- | qt-ui/divelistview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp index f250e901a..c5ffaaafa 100644 --- a/qt-ui/divelistview.cpp +++ b/qt-ui/divelistview.cpp @@ -6,6 +6,7 @@ */ #include "divelistview.h" #include "models.h" +#include "filtermodels.h" #include "modeldelegates.h" #include "mainwindow.h" #include "subsurfacewebservices.h" |