Implemented the instance method 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
2f60b73bb1
commit
5bc793b0f0
@ -2487,7 +2487,8 @@ Qt::ItemFlags LocationFilterModel::flags(const QModelIndex &index) const
|
||||
|
||||
LocationFilterModel *LocationFilterModel::instance()
|
||||
{
|
||||
|
||||
static LocationFilterModel *self = new LocationFilterModel();
|
||||
return self;
|
||||
}
|
||||
|
||||
void LocationFilterModel::repopulate()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user