From 6d5470f0383f3c8a36b8d1aa57bcafb88a743a10 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 28 Sep 2009 16:43:17 +0200 Subject: Fixing crash on opening tabs after closing other window(s). It was a stupid omission by me, cleverly discovered and fixed by Johannes Zellner!! Again, thank you very much! --- src/application.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index 61d93b87..e5616d59 100644 --- a/src/application.h +++ b/src/application.h @@ -127,6 +127,8 @@ public slots: const Rekonq::OpenType& type = Rekonq::CurrentTab ); + void removeMainWindow(MainWindow *window); + private slots: /** -- cgit v1.2.1