From 6ce25c6e5db5a90e272fb5ca1c665c65310c1b9f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 8 Nov 2011 12:42:45 +0100 Subject: Remove postLaunch calls This will help a lot in having a clean/easy startup, also a bit less fast. Let's see if this helps stability... PS: To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo. Can you please try compiling and testing if this fixes your troubles on startup?? Many thanks for any help. Andrea. CCBUG:284356 --- src/application.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index 30d2b55d..acc0335f 100644 --- a/src/application.h +++ b/src/application.h @@ -120,11 +120,6 @@ protected: bool eventFilter(QObject *watched, QEvent *event); private slots: - /** - * Any actions that can be delayed until the window is visible - */ - void postLaunch(); - void loadResolvedUrl(ThreadWeaver::Job *); void updateConfiguration(); -- cgit v1.2.1