From b31d522e9f39e90576a3bc46f912077d5acd1c99 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 13 Nov 2009 02:40:11 +0100 Subject: This hack seems solve the about: protocol loading problem also in Qt 4.6. Hope it works really well :) --- src/mainwindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index d1a48053..5071cdb2 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -172,7 +172,8 @@ private: QTimer *m_hidePopup; KActionCollection *m_ac; - + + bool m_loadingNewTabPage; }; #endif // MAINWINDOW_H -- cgit v1.2.1