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>
This commit is contained in:
Tomaz Canabrava 2014-11-13 16:31:03 -02:00 committed by Dirk Hohndel
parent 1481382617
commit 10fecefddd
9 changed files with 565 additions and 547 deletions

View file

@ -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"