mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 09:23:25 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue