diff options
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 20b978f5..75287ad7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -165,6 +165,8 @@ MainWindow::MainWindow() MainWindow::~MainWindow() { + m_hidePopupTimer->stop(); + rApp->bookmarkProvider()->removeBookmarkBar(m_bookmarksBar); rApp->bookmarkProvider()->removeBookmarkPanel(m_bookmarksPanel); rApp->removeMainWindow(this); |