mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Fix crash on forward
This commit is contained in:
parent
f3034e897c
commit
26564c98c7
1 changed files with 0 additions and 1 deletions
|
|
@ -166,7 +166,6 @@ void TimelineModel::setSelected(const bool& selected){
|
|||
<< ", state:" << mChatRoomModel->getState();
|
||||
QQmlEngine *engine = App::getInstance()->getEngine();
|
||||
engine->clearComponentCache();
|
||||
QCoreApplication::sendPostedEvents(0, QEvent::DeferredDelete);
|
||||
}else
|
||||
mChatRoomModel->resetData();// Cleanup leaving chat room
|
||||
emit selectedChanged(mSelected);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue