summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-23 21:58:57 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-29 21:07:52 -0400
commit774a9fdc3a5dd5221cd8143e2aaa03c7b93737f2 (patch)
treef88b7024471cfca7516e35e1c05f836ff1855ba8 /src
parentQML the read receipts list (diff)
downloadnheko-774a9fdc3a5dd5221cd8143e2aaa03c7b93737f2.tar.xz
Remove outdated comment
Diffstat (limited to 'src')
-rw-r--r--src/ReadReceiptsModel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ReadReceiptsModel.cpp b/src/ReadReceiptsModel.cpp
index 293733d3..eadb4e74 100644
--- a/src/ReadReceiptsModel.cpp
+++ b/src/ReadReceiptsModel.cpp
@@ -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 {};