diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 22:58:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 23:34:32 +0200 |
commit | 807e20570cbfef6e258313565598905564f1bb86 (patch) | |
tree | 695b3c940bce02305224e5781a7c48b5a6fdab94 /src/protocolhandler.cpp | |
parent | Runtime Nepomuk tagging check (diff) | |
download | rekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz |
Kitchen sink clean up
- astyle
- copyrights
- (some) includes
Diffstat (limited to 'src/protocolhandler.cpp')
-rw-r--r-- | src/protocolhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 691ab002..7b6c9318 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -186,7 +186,7 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra (void)new KRun(_url, rApp->mainWindow(), 0, _url.isLocalFile()); return true; } - + // let webkit try to load a known (or missing) protocol... if (KProtocolInfo::isKnownProtocol(_url)) return false; @@ -297,7 +297,7 @@ QString ProtocolHandler::dirHandling(const KFileItemList &list) // 1. default data path QString dataPath = QL1S("file://") + infoFilePath; dataPath.remove(QL1S("/htmls/rekonqinfo.html")); - + // 2. title QString title = _url.prettyUrl(); |