Skip to content
Snippets Groups Projects
Commit 774a9fdc authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Remove outdated comment

parent 4dd994ae
No related branches found
No related tags found
No related merge requests found
......@@ -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 {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment