summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorJohannes Tröscher <fritz_van_tom@hotmail.com>2011-09-13 19:49:31 +0200
committerJohannes Tröscher <fritz_van_tom@hotmail.com>2011-09-13 19:49:31 +0200
commit67f7e374770103d1556cca48e907b3cbff6ac491 (patch)
treeb47a60d29cfbd540d3fa45eab0db26af154a8b97 /src/mainview.h
parentload clipboard url on middle-click if autoscroll is disabled (diff)
parentFix close & session (diff)
downloadrekonq-67f7e374770103d1556cca48e907b3cbff6ac491.tar.xz
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h7
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);