summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-09-04 12:02:24 +0530
committerChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-09-04 12:02:24 +0530
commite8eeb480d51b6fc60c9807dd92195e9068582592 (patch)
treee9c707bbbbd62c528339b8104ec456c3473f11c9 /src/ui
parentMerge branch 'master' into device-verification (diff)
downloadnheko-e8eeb480d51b6fc60c9807dd92195e9068582592.tar.xz
Fix Wrong Emojis Issue in Room Verification
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/UserProfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UserProfile.h b/src/ui/UserProfile.h

index 3d0d2981..de55b6ab 100644 --- a/src/ui/UserProfile.h +++ b/src/ui/UserProfile.h
@@ -59,7 +59,7 @@ public: connect(this, &DeviceInfoModel::queueReset, this, &DeviceInfoModel::reset); }; QHash<int, QByteArray> roleNames() const override; - int rowCount(const QModelIndex &parent = QModelIndex()) const + int rowCount(const QModelIndex &parent = QModelIndex()) const override { (void)parent; return (int)deviceList_.size();