mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Implement the Buddy Filter interface.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b1d76ed4d7
commit
358611d029
4 changed files with 38 additions and 1 deletions
|
@ -2412,7 +2412,6 @@ Qt::ItemFlags BuddyFilterModel::flags(const QModelIndex &index) const
|
|||
|
||||
void BuddyFilterModel::repopulate()
|
||||
{
|
||||
|
||||
QStringList list;
|
||||
struct dive *dive;
|
||||
int i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue