Skip to content

Commit 1e3e9ad

Browse files
committed
refactor(registry): add missing override specifier
1 parent 5081898 commit 1e3e9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/registry/listmodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ListModel final : public QAbstractItemModel
4141
public:
4242
~ListModel() override;
4343

44-
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
44+
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
4545

4646
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
4747
QModelIndex index(int row, int column, const QModelIndex &parent) const override;

0 commit comments

Comments
 (0)