Macros: Initialize some members in constructor

Detected by CppCheck

Change-Id: If47fcf7e256863eeabbfb9eace411d32238224c6
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2014-08-04 14:06:28 +02:00
parent 3646b0b697
commit be9e4d71b3

View File

@@ -52,7 +52,7 @@
using namespace Macros::Internal; using namespace Macros::Internal;
MacrosPlugin::MacrosPlugin() MacrosPlugin::MacrosPlugin() : m_macroManager(0)
{ {
} }