From: nds Date: Tue, 28 Oct 2008 14:35:22 +0000 (+0000) Subject: Initialization of the manager. X-Git-Tag: V1_1_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=000f2a0378ae71576a3db7580911ea02acfad6a0;p=modules%2Fgui.git Initialization of the manager. --- diff --git a/src/SUIT/SUIT_ViewWindow.cxx b/src/SUIT/SUIT_ViewWindow.cxx index 03c9e9d31..b1bf55f8b 100755 --- a/src/SUIT/SUIT_ViewWindow.cxx +++ b/src/SUIT/SUIT_ViewWindow.cxx @@ -47,7 +47,8 @@ const int DUMP_EVENT = QEvent::User + 123; /*! Constructor.*/ SUIT_ViewWindow::SUIT_ViewWindow( SUIT_Desktop* theDesktop ) -: QMainWindow( theDesktop ) +: QMainWindow( theDesktop ), + myManager( 0 ) { myDesktop = theDesktop;