Silence warnings in cleanerTableModel

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-03-08 02:24:28 -03:00 committed by Dirk Hohndel
parent 6f494964de
commit 5f822948e6

View file

@ -7,6 +7,7 @@ CleanerTableModel::CleanerTableModel(QObject *parent) : QAbstractTableModel(pare
int CleanerTableModel::columnCount(const QModelIndex &parent) const
{
Q_UNUSED(parent);
return headers.count();
}