Skip to content
Snippets Groups Projects
Verified Commit 24a64952 authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix lambda capture issue

parent 80a88101
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ UserMentions::pushItem(const QString &event_id,
local_scroll_layout_->addWidget(local_view_item);
QTimer::singleShot(0, this, [local_view_item, this]() {
QTimer::singleShot(0, this, [local_view_item]() {
local_view_item->show();
local_view_item->adjustSize();
});
......
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