mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
filtermodels.cpp: fix an argument order warning
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
e2550de5e6
commit
44c0f978b3
1 changed files with 2 additions and 2 deletions
|
@ -295,9 +295,9 @@ void LocationFilterModel::repopulate()
|
|||
|
||||
MultiFilterSortModel::MultiFilterSortModel(QObject *parent) :
|
||||
QSortFilterProxyModel(parent),
|
||||
divesDisplayed(0),
|
||||
justCleared(false),
|
||||
curr_dive_site(NULL),
|
||||
divesDisplayed(0)
|
||||
curr_dive_site(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue