summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Garg <rohangarg@kubuntu.org>2010-11-17 01:24:22 +0530
committerRohan Garg <rohangarg@kubuntu.org>2010-11-17 01:24:22 +0530
commitda2f48e9ed0f3f43e131423366b39545f914b645 (patch)
treebd32cd35cd91164c35c742303e28b3b4900b16c1
parentFix wrong default filenames due to a ":" in it (diff)
parentAdd a Clear Button to URL bar to clear it (diff)
downloadrekonq-da2f48e9ed0f3f43e131423366b39545f914b645.tar.xz
Merge branch 'clearButton'
-rw-r--r--src/urlbar/urlbar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index 1f4a0367..e108ed2f 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -100,6 +100,8 @@ UrlBar::UrlBar(QWidget *parent)
// disable completion object (we have our own :) )
setCompletionObject(0);
+ setClearButtonShown(true);
+
_tab = qobject_cast<WebTab *>(parent);
connect(_tab, SIGNAL(loadProgressing()), this, SLOT(update()));