Help: Fix leaking side bar widget and find placeholder.

Breakage introduced by d28dc2d989.

Reviewed-by: con
This commit is contained in:
Friedemann Kleint
2011-03-03 16:46:57 +01:00
parent bbf464fd21
commit aa5b5e237c
4 changed files with 18 additions and 10 deletions

View File

@@ -128,7 +128,7 @@ void RightPanePlaceHolder::currentModeChanged(Core::IMode *mode)
RightPaneWidget *RightPaneWidget::m_instance = 0;
RightPaneWidget::RightPaneWidget()
: m_shown(true), m_width(0), m_widget(0)
: m_shown(true), m_width(0)
{
m_instance = this;