We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5081898 commit 1e3e9adCopy full SHA for 1e3e9ad
src/libs/registry/listmodel.h
@@ -41,7 +41,7 @@ class ListModel final : public QAbstractItemModel
41
public:
42
~ListModel() override;
43
44
- QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
+ QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
45
46
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
47
QModelIndex index(int row, int column, const QModelIndex &parent) const override;
0 commit comments