mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Remove outdated comment
This commit is contained in:
parent
4dd994ae00
commit
774a9fdc3a
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ ReadReceiptsModel::data(const QModelIndex &index, int role) const
|
|||
case AvatarUrl:
|
||||
return readReceipts_[index.row()]->avatarUrl();
|
||||
case Timestamp:
|
||||
// the uint64_t to QVariant conversion was ambiguous, so...
|
||||
return readReceipts_[index.row()]->timestamp();
|
||||
default:
|
||||
return {};
|
||||
|
|
Loading…
Reference in a new issue