Fix focus and qml parenting with qml root
This commit is contained in:
parent
b106eafb0e
commit
aaae72a4f2
21 changed files with 15 additions and 38 deletions
|
|
@ -175,8 +175,6 @@ ChatPage::ChatPage(QSharedPointer<UserSettings> userSettings, QObject *parent)
|
|||
&ChatPage::initializeEmptyViews,
|
||||
view_manager_,
|
||||
&TimelineViewManager::initializeRoomlist);
|
||||
connect(
|
||||
this, &ChatPage::chatFocusChanged, view_manager_, &TimelineViewManager::chatFocusChanged);
|
||||
connect(this, &ChatPage::syncUI, this, [this](const mtx::responses::Sync &sync) {
|
||||
view_manager_->sync(sync);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue