summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-11-13 16:31:03 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-13 12:01:00 -0800
commit10fecefddd809bddd46e50fcc7a7438d8257174d (patch)
treefa575ea4ca567b81ad9871e672564813ef66f7ad /qt-ui/mainwindow.cpp
parent148138261727c47360d603e603006b7e424632e1 (diff)
downloadsubsurface-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/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 858407af4..934191697 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -44,6 +44,7 @@
#include "planner.h"
#include "configuredivecomputerdialog.h"
#include "statistics/statisticswidget.h"
+#include "filtermodels.h"
#ifndef NO_PRINTING
#include <QPrintDialog>
#include "printdialog.h"