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/mainwindow.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index df6e40c1..9dfe4a1e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -144,7 +144,6 @@ protected: void finalizeGUI(KXMLGUIClient *client); private Q_SLOTS: - void postLaunch(); void browserLoading(bool); void updateWindowTitle(const QString &title = QString()); -- cgit v1.2.1