summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-10-11 12:31:45 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-10-11 12:31:45 +0200
commit01b66ef0da58dd9b26834be99ef8d5efac4aa26a (patch)
tree0ab10ddb33b4c268e2fd2faac6f85da127efcd06 /src/urlbar/listitem.cpp
parentinlined "abused" function and removed 2 unuseful calls to updateTabBar (diff)
downloadrekonq-01b66ef0da58dd9b26834be99ef8d5efac4aa26a.tar.xz
Calm down kDebug messages
Diffstat (limited to 'src/urlbar/listitem.cpp')
-rw-r--r--src/urlbar/listitem.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/urlbar/listitem.cpp b/src/urlbar/listitem.cpp
index 50562022..7860d535 100644
--- a/src/urlbar/listitem.cpp
+++ b/src/urlbar/listitem.cpp
@@ -607,10 +607,6 @@ QString VisualSuggestionListItem::text()
BrowseListItem::BrowseListItem(const UrlSearchItem &item, const QString &text, QWidget *parent)
: ListItem(item, parent)
{
- QString url = text;
-
- kDebug() << text;
-
QHBoxLayout *hLayout = new QHBoxLayout;
hLayout->setSpacing(4);