diff options
author | Rohan Garg <rohangarg@kubuntu.org> | 2010-11-17 01:24:22 +0530 |
---|---|---|
committer | Rohan Garg <rohangarg@kubuntu.org> | 2010-11-17 01:24:22 +0530 |
commit | da2f48e9ed0f3f43e131423366b39545f914b645 (patch) | |
tree | bd32cd35cd91164c35c742303e28b3b4900b16c1 | |
parent | Fix wrong default filenames due to a ":" in it (diff) | |
parent | Add a Clear Button to URL bar to clear it (diff) | |
download | rekonq-da2f48e9ed0f3f43e131423366b39545f914b645.tar.xz |
Merge branch 'clearButton'
-rw-r--r-- | src/urlbar/urlbar.cpp | 2 |
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())); |