From 64e6342abf2f0a2c306d207b44715297eeabba7c Mon Sep 17 00:00:00 2001 From: Furkan Uzumcu Date: Tue, 1 Feb 2011 17:56:35 +0100 Subject: Added pulldown menu for multiple steps to the "Forward History" button --- src/mainwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 3a918879..598d66e3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -158,6 +158,8 @@ private Q_SLOTS: void clearPrivateData(); void aboutToShowBackMenu(); + void aboutToShowForwardMenu(); + void aboutToShowTabListMenu(); void openActionUrl(QAction *action); void openActionTab(QAction *action); @@ -187,7 +189,10 @@ private: NetworkAnalyzerPanel *m_analyzerPanel; KAction *m_stopReloadAction; + KMenu *m_historyBackMenu; + KMenu *m_historyForwardMenu; + KMenu *m_encodingMenu; KMenu *m_tabListMenu; -- cgit v1.2.1