summaryrefslogtreecommitdiffstats
path: root/qt-models/cleanertablemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/cleanertablemodel.cpp')
-rw-r--r--qt-models/cleanertablemodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/cleanertablemodel.cpp b/qt-models/cleanertablemodel.cpp
index d2405d42f..77d3f3369 100644
--- a/qt-models/cleanertablemodel.cpp
+++ b/qt-models/cleanertablemodel.cpp
@@ -7,6 +7,7 @@ CleanerTableModel::CleanerTableModel(QObject *parent) : QAbstractTableModel(pare
int CleanerTableModel::columnCount(const QModelIndex &parent) const
{
+ Q_UNUSED(parent);
return headers.count();
}