diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-05 15:46:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-05 15:46:28 +0200 |
commit | 1830a45a0e1ae8f257667899a6c34f32545dbd62 (patch) | |
tree | c5a94ad37b50c484c7434e6dde01b1ece43672e4 /src/urlbar | |
parent | if the url of an item have the same domaine name as the typed string, it is m... (diff) | |
download | rekonq-1830a45a0e1ae8f257667899a6c34f32545dbd62.tar.xz |
This commit implements another dockwidget for rekonq, containing a
network analyzer.
Its code is based on previous implementation of Web Inspector Dock
and on Richmoore example about QNAM proxy.
Many thanks for :)
Diffstat (limited to 'src/urlbar')
-rw-r--r-- | src/urlbar/completionwidget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/urlbar/completionwidget.cpp b/src/urlbar/completionwidget.cpp index 6dae6285..1bb01785 100644 --- a/src/urlbar/completionwidget.cpp +++ b/src/urlbar/completionwidget.cpp @@ -278,5 +278,3 @@ void CompletionWidget::suggestUrls(const QString &text) popup(); } } - - |