diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-10-11 12:31:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-10-11 12:31:45 +0200 |
commit | 01b66ef0da58dd9b26834be99ef8d5efac4aa26a (patch) | |
tree | 0ab10ddb33b4c268e2fd2faac6f85da127efcd06 /src/urlbar | |
parent | inlined "abused" function and removed 2 unuseful calls to updateTabBar (diff) | |
download | rekonq-01b66ef0da58dd9b26834be99ef8d5efac4aa26a.tar.xz |
Calm down kDebug messages
Diffstat (limited to 'src/urlbar')
-rw-r--r-- | src/urlbar/listitem.cpp | 4 |
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); |