diff options
Diffstat (limited to 'qt-models/cleanertablemodel.cpp')
-rw-r--r-- | qt-models/cleanertablemodel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-models/cleanertablemodel.cpp b/qt-models/cleanertablemodel.cpp index 624ca4765..6a542ef27 100644 --- a/qt-models/cleanertablemodel.cpp +++ b/qt-models/cleanertablemodel.cpp @@ -6,9 +6,8 @@ CleanerTableModel::CleanerTableModel(QObject *parent) : QAbstractTableModel(pare { } -int CleanerTableModel::columnCount(const QModelIndex &parent) const +int CleanerTableModel::columnCount(const QModelIndex&) const { - Q_UNUSED(parent); return headers.count(); } |