diff options
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 |