From 8ddcc01712b0971c6a5714fa59ff3c7c6ad4c51f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 23 Oct 2009 12:12:51 +0200 Subject: 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... --- src/mainwindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainwindow.h') 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 m_popup; KActionCollection *m_ac; + + bool m_flickeringZone; }; #endif // MAINWINDOW_H -- cgit v1.2.1