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:
parent
5bc793b0f0
commit
894e0bc7a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue