diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 15:38:50 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 15:38:50 +0100 |
commit | 002b4e117e935cc39c96ea99717646b8c6974b81 (patch) | |
tree | 1e853074b3a8a04ad051c57f62b4958145802040 /src/mainview.cpp | |
parent | (BIG commit) API change (diff) | |
download | rekonq-002b4e117e935cc39c96ea99717646b8c6974b81.tar.xz |
removing unuseful kDebug calls
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 608064fe..2672216b 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -347,7 +347,6 @@ WebView *MainView::newWebView(bool focused, bool nearParent) else addTab(webView, i18n("(Untitled)")); - kDebug() << "newWebView"; updateTabBar(); if (focused) @@ -368,7 +367,6 @@ void MainView::newTab() switch(ReKonfig::newTabsBehaviour()) { case 0: // new tab page - kDebug() << "newTab"; if(m_parentWindow->newTabPage()) break; case 1: // blank page @@ -662,7 +660,6 @@ QList<HistoryItem> MainView::recentlyClosedTabs() void MainView::resizeEvent(QResizeEvent *event) { - kDebug() << "resizeEvent"; updateTabBar(); KTabWidget::resizeEvent(event); } |