From b0e48a5e8f8b558ed7377d941ddfb96c02387a1f Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 21 May 2018 17:53:42 +0200 Subject: qt-models: Change Q_UNUSED to no parameter name C++ permits use of parameters without name, which signals unused Signed-off-by: Jan Iversen --- qt-models/weightmodel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qt-models/weightmodel.cpp') diff --git a/qt-models/weightmodel.cpp b/qt-models/weightmodel.cpp index 20eb644f3..7a2f721dd 100644 --- a/qt-models/weightmodel.cpp +++ b/qt-models/weightmodel.cpp @@ -142,9 +142,8 @@ Qt::ItemFlags WeightModel::flags(const QModelIndex &index) const return QAbstractItemModel::flags(index) | Qt::ItemIsEditable; } -int WeightModel::rowCount(const QModelIndex &parent) const +int WeightModel::rowCount(const QModelIndex&) const { - Q_UNUSED(parent); return rows; } -- cgit v1.2.3-70-g09d2