Silence warnings in downloadfromdivecomputer.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
234a659498
commit
8d19a6ae16
@ -626,11 +626,13 @@ DiveImportedModel::DiveImportedModel(QObject *o) : QAbstractTableModel(o),
|
||||
|
||||
int DiveImportedModel::columnCount(const QModelIndex &model) const
|
||||
{
|
||||
Q_UNUSED(model)
|
||||
return 3;
|
||||
}
|
||||
|
||||
int DiveImportedModel::rowCount(const QModelIndex &model) const
|
||||
{
|
||||
Q_UNUSED(model)
|
||||
return lastIndex - firstIndex + 1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user