summaryrefslogtreecommitdiff
path: root/src/urlbar/completionwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-14 20:24:06 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-14 20:24:06 +0200
commit6b4f4d69a3c599bc958ccddc5f7ac1c8648a7042 (patch)
treec38c780a33c8c14f471e85725633bde545586426 /src/urlbar/completionwidget.h
parentThis commit reintroduces the QStackedWidget class for urlbars and let (diff)
downloadrekonq-6b4f4d69a3c599bc958ccddc5f7ac1c8648a7042.tar.xz
This commit should fix a lot of troubles on fast urlbar typing
so now situation is: - first list is shown immediately - timer decreases from 200 to 150 ms (less is pretty unuseful, I fear) - people who fast type & returnPress have KUriFilter help Hope this helps :) As promised, CCBUG:237390
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r--src/urlbar/completionwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar/completionwidget.h b/src/urlbar/completionwidget.h
index 4ce8248d..2d33b59f 100644
--- a/src/urlbar/completionwidget.h
+++ b/src/urlbar/completionwidget.h
@@ -85,6 +85,8 @@ private:
int _currentIndex;
KService::Ptr _searchEngine;
+
+ QString _typedString;
};
#endif // COMPLETION_WIDGET_H