Fix compile error from [[nodiscard]].

Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
alex-z 2022-11-09 19:11:18 +01:00
parent 3f96462a50
commit 8b45ed1f0f
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ public:
int rowCount(const QModelIndex &parent = QModelIndex()) const override;
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
[[nodiscard]] QImage avatarById(const int id) const;
QImage avatarById(const int id) const;
User *currentUser() const;