diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp index fe6b08eb..808489d7 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp @@ -159,12 +159,6 @@ ChatPage::ChatPage(QSharedPointer userSettings, QObject *parent) MainWindow::instance()->requestActivate(); }); - connect(QCoreApplication::instance(), &QCoreApplication::aboutToQuit, this, [this]() { - // ensure the qml context is shutdown before we destroy all other singletons - // Otherwise Qml will try to access the room list or settings, after they have been - // destroyed - }); - connect( this, &ChatPage::initializeViews,