1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

Implemented the constructor of LocationFilter

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 17:32:05 -02:00 committed by Dirk Hohndel
parent 5bc793b0f0
commit 894e0bc7a9

View file

@ -2465,7 +2465,7 @@ bool BuddyFilterModel::setData(const QModelIndex &index, const QVariant &value,
return false;
}
LocationFilterModel::LocationFilterModel(QObject *parent): QStringListModel(parent)
LocationFilterModel::LocationFilterModel(QObject *parent): QStringListModel(parent), checkState(NULL)
{
}