diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-07-04 18:46:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-07-04 18:46:58 +0200 |
commit | b66815cf34030ce5d57935eeaaac732ca69e2a78 (patch) | |
tree | e52c5c028badcf757559c3611845a093139f6ce2 /src/protocolhandler.cpp | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-b66815cf34030ce5d57935eeaaac732ca69e2a78.tar.xz |
break an eventual "recall" loop
This is needed in case rekonq has been associated with something
it cannot properly handle
BUG: 299056
Diffstat (limited to 'src/protocolhandler.cpp')
-rw-r--r-- | src/protocolhandler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 7b6c9318..186b93d3 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -238,6 +238,8 @@ bool ProtocolHandler::postHandling(const QNetworkRequest &request, QWebFrame *fr return true; } + + return false; } // we cannot handle this protocol in any way. |