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:
parent
5bc793b0f0
commit
894e0bc7a9
@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user