diff options
Diffstat (limited to 'qt-models/cylindermodel.cpp')
-rw-r--r-- | qt-models/cylindermodel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-models/cylindermodel.cpp b/qt-models/cylindermodel.cpp index 3a7fb62e3..0892d58eb 100644 --- a/qt-models/cylindermodel.cpp +++ b/qt-models/cylindermodel.cpp @@ -427,9 +427,8 @@ bool CylindersModel::setData(const QModelIndex &index, const QVariant &value, in return true; } -int CylindersModel::rowCount(const QModelIndex &parent) const +int CylindersModel::rowCount(const QModelIndex&) const { - Q_UNUSED(parent); return rows; } |