From b7deeaf321b9f145018811eb4ce78776c06d9832 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 13 Apr 2010 11:11:05 +0200 Subject: oops :) QT_FATAL_WARNINGS=1 rekonq --> crash Fixed --- src/urlbar/urlbar.cpp | 3 --- 1 file changed, 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))); -- cgit v1.2.1