summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp6
1 files changed, 0 insertions, 6 deletions
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> 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,