diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-23 12:12:51 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-23 12:12:51 +0200 |
commit | 8ddcc01712b0971c6a5714fa59ff3c7c6ad4c51f (patch) | |
tree | f8b1ba6d6c02c7691fc9980536d9f52daa2a5bdd /src/mainwindow.h | |
parent | Fixing merge.. (diff) | |
download | rekonq-8ddcc01712b0971c6a5714fa59ff3c7c6ad4c51f.tar.xz |
What's overkilling?
checking EVERYTIME mouse move events to just fix some stupid cases?
revert a good implementation just to bug fixing the 0.1% of the cases?
Don't know! This implementation seems working to fix the flickering links
But, these are really the UI problems I'd like to get rid...
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 06fec756..41687e60 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -72,6 +72,8 @@ public: bool homePage(const KUrl &url = KUrl("rekonq:home")); + void setFlickeringZone(bool b); + private: void setupActions(); void setupTools(); @@ -170,6 +172,8 @@ private: QPointer<KPassivePopup> m_popup; KActionCollection *m_ac; + + bool m_flickeringZone; }; #endif // MAINWINDOW_H |