diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-13 11:11:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-13 11:11:05 +0200 |
commit | b7deeaf321b9f145018811eb4ce78776c06d9832 (patch) | |
tree | cda0d89e107dbdc8e73772ddbed5e818fcb540a0 /src | |
parent | rekonq 0.4.60 (diff) | |
download | rekonq-b7deeaf321b9f145018811eb4ce78776c06d9832.tar.xz |
oops :)
QT_FATAL_WARNINGS=1 rekonq --> crash
Fixed
Diffstat (limited to 'src')
-rw-r--r-- | src/urlbar/urlbar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 5423e5d0..dcdda533 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -68,9 +68,6 @@ UrlBar::UrlBar(QWidget *parent) connect(_tab->view(), SIGNAL(urlChanged(const QUrl &)), this, SLOT(setQUrl(const QUrl &))); connect(_tab->view(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished())); - // load urls on activated urlbar signal - connect(this, SIGNAL(returnPressed(const QString&)), this, SLOT(activated(const QString&))); - // suggestions installEventFilter(_box); connect(_box, SIGNAL(chosenUrl(const KUrl &, Rekonq::OpenType)), SLOT(activated(const KUrl &, Rekonq::OpenType))); |