forked from qt-creator/qt-creator
Help: Fix leaking side bar widget and find placeholder.
Breakage introduced by d28dc2d989.
Reviewed-by: con
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user