diff options
Diffstat (limited to 'qt-models/cleanertablemodel.h')
-rw-r--r-- | qt-models/cleanertablemodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-models/cleanertablemodel.h b/qt-models/cleanertablemodel.h index fc543f170..d435dad32 100644 --- a/qt-models/cleanertablemodel.h +++ b/qt-models/cleanertablemodel.h @@ -20,8 +20,8 @@ class CleanerTableModel : public QAbstractTableModel { Q_OBJECT public: explicit CleanerTableModel(QObject *parent = 0); - int columnCount(const QModelIndex &parent = QModelIndex()) const; - QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const; + int columnCount(const QModelIndex &parent = QModelIndex()) const override; + QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; protected: void setHeaderDataStrings(const QStringList &headers); |