diff options
author | Johannes Tröscher <fritz_van_tom@hotmail.com> | 2011-09-13 19:49:31 +0200 |
---|---|---|
committer | Johannes Tröscher <fritz_van_tom@hotmail.com> | 2011-09-13 19:49:31 +0200 |
commit | 67f7e374770103d1556cca48e907b3cbff6ac491 (patch) | |
tree | b47a60d29cfbd540d3fa45eab0db26af154a8b97 /src/mainview.h | |
parent | load clipboard url on middle-click if autoscroll is disabled (diff) | |
parent | Fix close & session (diff) | |
download | rekonq-67f7e374770103d1556cca48e907b3cbff6ac491.tar.xz |
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainview.h b/src/mainview.h index ede1d62e..ce17a772 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -106,13 +106,6 @@ public: } Q_SIGNALS: - // tabs change when: - // - current tab change - // - one tab is closed - // - one tab is added - // - one tab is updated (eg: changes url) - void tabsChanged(); - // current tab signals void currentTitle(const QString &url); void showStatusBarMessage(const QString &message, Rekonq::Notify status = Rekonq::Info); |