From bd96450423276272e1cddf8be91cc63f860eb125 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 May 2015 21:27:20 +0300 Subject: Call Window::postInit from all windows with overrided postInit method. --- src/gui/windows/socialwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/windows/socialwindow.cpp') diff --git a/src/gui/windows/socialwindow.cpp b/src/gui/windows/socialwindow.cpp index f8197466b..4a32e75a9 100644 --- a/src/gui/windows/socialwindow.cpp +++ b/src/gui/windows/socialwindow.cpp @@ -95,6 +95,7 @@ SocialWindow::SocialWindow() : void SocialWindow::postInit() { + Window::postInit(); setWindowName("Social"); setVisible(false); setSaveVisible(true); -- cgit v1.2.3-70-g09d2