Skip to content

Commit

Permalink
More code maintenance
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schuster <[email protected]>
  • Loading branch information
misch7 committed Jan 18, 2020
1 parent 9b5bb13 commit 016a90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/tray/UserModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class UserModel : public QAbstractListModel
Q_INVOKABLE void newUserSelected();

protected:
QHash<int, QByteArray> roleNames() const;
QHash<int, QByteArray> roleNames() const override;

private:
static UserModel *_instance;
Expand Down Expand Up @@ -170,7 +170,7 @@ public slots:
void openAppUrl(const QUrl &url);

protected:
QHash<int, QByteArray> roleNames() const;
QHash<int, QByteArray> roleNames() const override;

private:
static UserAppsModel *_instance;
Expand Down

0 comments on commit 016a90d

Please sign in to comment.