From 3bbfba5e0757af9c02dc5cec637e51b67365a896 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 26 Jan 2010 02:09:05 +0100 Subject: MultiThreaded rekonq !! Yeah, you're reading well... rekonq is using multithreading for the loadUrl slot. This (in theory) should mean: "NO MORE UI FREEZES ON LOAD URLS" :D --- src/application.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index c9fb079d..a326015d 100644 --- a/src/application.h +++ b/src/application.h @@ -35,6 +35,7 @@ #include #include #include +#include // Qt Includes #include @@ -135,11 +136,13 @@ private slots: */ void postLaunch(); + void loadResolvedUrl(ThreadWeaver::Job *); + private: // loadUrl Utilities - WebView *createView(const Rekonq::OpenType &); - KUrl resolvUrl(const QString &); +// WebView *createView(const Rekonq::OpenType &); +// KUrl resolvUrl(const QString &); static QPointer s_historyManager; static QPointer s_bookmarkProvider; -- cgit v1.2.1