NOISSUE get rid of some more compiler warnings
This commit is contained in:
parent
8bd8be95f0
commit
d432d8ecfc
2 changed files with 4 additions and 4 deletions
|
@ -80,7 +80,7 @@ public:
|
|||
QVariant data(const QModelIndex &index, int role) const override;
|
||||
int rowCount(const QModelIndex &parent) const override;
|
||||
int columnCount(const QModelIndex &parent) const override;
|
||||
virtual QHash<int, QByteArray> roleNames() const;
|
||||
QHash<int, QByteArray> roleNames() const override;
|
||||
|
||||
//! which roles are provided by this version list?
|
||||
virtual RoleList providesRoles() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue