forked from qt-creator/qt-creator
CppCheck: Initialize pointer member in the constructor
Change-Id: If98a66e77e47167b77e45c38682b818f41205e19 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -440,7 +440,7 @@ QWidget *BinEditorWidgetFactory::createWidget(QWidget *parent)
|
||||
|
||||
///////////////////////////////// BinEditorPlugin //////////////////////////////////
|
||||
|
||||
BinEditorPlugin::BinEditorPlugin()
|
||||
BinEditorPlugin::BinEditorPlugin() : m_factory(0)
|
||||
{
|
||||
m_undoAction = m_redoAction = m_copyAction = m_selectAllAction = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user