diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-13 02:40:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-13 02:40:11 +0100 |
commit | b31d522e9f39e90576a3bc46f912077d5acd1c99 (patch) | |
tree | d18c9429bc5e141ad4eaaa844314a7cbe42b2dd2 /src/mainwindow.h | |
parent | Fixing about: protocol loading. (diff) | |
download | rekonq-b31d522e9f39e90576a3bc46f912077d5acd1c99.tar.xz |
This hack seems solve the about: protocol loading problem
also in Qt 4.6.
Hope it works really well :)
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |