summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-17 11:20:50 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-17 11:20:50 +0100
commit71af427f0e43589997b1da85b2d77074c564cfaa (patch)
treed9a48aedf00045b6d3f3bd309f592e356e74aa5b /src/webtab.h
parentCheck if action senders exist before using them (diff)
downloadrekonq-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.h2
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);