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/webtab.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/webtab.h')
-rw-r--r-- | src/webtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab.h b/src/webtab.h index 0ba17d9e..ccbd7a83 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -98,7 +98,7 @@ public: private Q_SLOTS: void updateProgress(int progress); void resetProgress(); - + void createWalletBar(const QString &, const QUrl &); void showRSSInfo(const QPoint &pos); void showSearchEngine(const QPoint &pos); |