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) :
|
MultiFilterSortModel::MultiFilterSortModel(QObject *parent) :
|
||||||
QSortFilterProxyModel(parent),
|
QSortFilterProxyModel(parent),
|
||||||
|
divesDisplayed(0),
|
||||||
justCleared(false),
|
justCleared(false),
|
||||||
curr_dive_site(NULL),
|
curr_dive_site(NULL)
|
||||||
divesDisplayed(0)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue