diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 02:57:47 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 02:57:47 +0100 |
commit | 6d3bf1589790897560657461909420bfceff6a8e (patch) | |
tree | 4bae2db55c5e9f2632f9b824d08a0d697c7875c7 | |
parent | set urlbar (diff) | |
download | rekonq-6d3bf1589790897560657461909420bfceff6a8e.tar.xz |
clean up
-rw-r--r-- | src/protocolhandler.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 1d0981dc..a9b14b6f 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -114,10 +114,6 @@ bool ProtocolHandler::handle(const QNetworkRequest &request, QWebFrame *frame) frame->setHtml(html); Application::instance()->mainWindow()->mainView()->urlBar()->setUrl(url); } -// KUrl::List list; -// list.append(url); -// KRun::run("dolphin %u",url,0); - return true; } |