Implemented the constructor for the BuddyFilter

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-10-31 16:22:30 -02:00 committed by Dirk Hohndel
parent e90eac2d38
commit 7c4ddcbf7a

View file

@ -2351,7 +2351,7 @@ bool TagFilterModel::filterRow(int source_row, const QModelIndex &source_parent,
return false; return false;
} }
BuddyFilterModel::BuddyFilterModel(QObject *parent) BuddyFilterModel::BuddyFilterModel(QObject *parent) : QStringListModel(parent), checkState(NULL)
{ {
} }