summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-06-12 16:04:07 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-06-12 16:13:08 +0200
commit278de55ad646130a388732309549c48b62a14b03 (patch)
tree2c700f523c96104aadfaf131a581d11f52d3ae46 /src/webview.cpp
parentClean up urlbar code by removing duplicated code (diff)
downloadrekonq-278de55ad646130a388732309549c48b62a14b03.tar.xz
Cleans up
- set initial icon to have properly dimensions set - properly calculate needed icon's height - calm down some kDebug messages
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index f8f44b6a..9d2d72aa 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -1214,7 +1214,6 @@ void WebView::sendByMail()
{
KAction *a = qobject_cast<KAction*>(sender());
QString url = a->data().toString();
- kDebug() << "URL " << url;
KToolInvocation::invokeMailer("", "", "", "", url);
}