CppCheck: Initialize pointer member in the constructor

Change-Id: If98a66e77e47167b77e45c38682b818f41205e19
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2014-08-04 14:01:20 +02:00
parent 3f3ff2bcdc
commit 0dcadd449f

View File

@@ -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;
}