diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-01-17 11:20:50 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-17 11:20:50 +0100 |
commit | 71af427f0e43589997b1da85b2d77074c564cfaa (patch) | |
tree | d9a48aedf00045b6d3f3bd309f592e356e74aa5b /src/tabbar.h | |
parent | Check if action senders exist before using them (diff) | |
download | rekonq-71af427f0e43589997b1da85b2d77074c564cfaa.tar.xz |
Remove "closed tabs menu" from available actions in mainwindow
This because it is just a "working" action designed for the tabbar.
Now it works (and updates) properly there and in the tabbar empty
space.
Please open a new wish if you want a closed tabs menu action to add
to the mainwindow
BUG:291232
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index c536039b..3e29b248 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -43,6 +43,9 @@ // Forward Declarations class TabPreviewPopup; class TabHighlightEffect; + +class KActionMenu; + class QPropertyAnimation; @@ -107,7 +110,8 @@ private Q_SLOTS: bool isURLValid(const QString &url); private: - void setupHistoryActions(); + KActionMenu *setupHistoryActions(); + friend class MainView; /** |