mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
downloadfromdivecomputer.cpp: fix initializer list order warning
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7d045dd0d9
commit
071b9ff50c
1 changed files with 1 additions and 1 deletions
|
@ -538,8 +538,8 @@ void DownloadThread::run()
|
||||||
}
|
}
|
||||||
|
|
||||||
DiveImportedModel::DiveImportedModel(QObject *o) : QAbstractTableModel(o),
|
DiveImportedModel::DiveImportedModel(QObject *o) : QAbstractTableModel(o),
|
||||||
lastIndex(-1),
|
|
||||||
firstIndex(0),
|
firstIndex(0),
|
||||||
|
lastIndex(-1),
|
||||||
checkStates(0)
|
checkStates(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue