summary refs log tree commit diff
path: root/include/dialogs/ReadReceipts.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-04 17:59:29 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-04 17:59:29 +0300
commit156e1e62a6de215837c25b6d8e8072d608a4e763 (patch)
treeb34487279485177872b7a673f4aa69a28a3b45bd /include/dialogs/ReadReceipts.h
parentRemove the extra top margin from timeline widgets (diff)
downloadnheko-156e1e62a6de215837c25b6d8e8072d608a4e763.tar.xz
Fetch user avatars while browsing the member list
Diffstat (limited to 'include/dialogs/ReadReceipts.h')
-rw-r--r--include/dialogs/ReadReceipts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dialogs/ReadReceipts.h b/include/dialogs/ReadReceipts.h

index bd4e4fc5..5e5615df 100644 --- a/include/dialogs/ReadReceipts.h +++ b/include/dialogs/ReadReceipts.h
@@ -44,6 +44,11 @@ public slots: protected: void paintEvent(QPaintEvent *event) override; + void hideEvent(QHideEvent *event) override + { + userList_->clear(); + QFrame::hideEvent(event); + } private: QLabel *topLabel_;