aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-04-05 10:49:10 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-04-17 18:27:20 +0300
commit78e4a0aa136e78bdb71c81f5931792b9c16d12e7 (patch)
tree7b70292ee30f4e351688f43d85c376652785291d /src/mainwindow/mainwindow.h
parentAdd args.wrap (diff)
downloadsmolbote-fix-segfault-at-quit.tar.xz
MainWindow: disconnect signals during closeEventfix-segfault-at-quit
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r--src/mainwindow/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index 2b9f82b..bec2cdd 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -86,6 +86,7 @@ private:
QVector<SubWindow *> m_subwindows;
+ QMetaObject::Connection windowTitleConnection;
QMetaObject::Connection viewChangedConnection;
QMetaObject::Connection statusBarConnection;
};