Fix initialize variables

Change-Id: Iaebd03bebf38cddf84f163703e2820925b69c3d9
Reviewed-by: David Faure (KDE) <faure@kde.org>
This commit is contained in:
Montel Laurent 2013-02-11 10:30:08 +01:00 committed by The Qt Project
parent 0114a99bad
commit 6230873a65

View File

@ -86,6 +86,8 @@ QT_BEGIN_NAMESPACE
Constructs the QML code parser.
*/
QmlCodeParser::QmlCodeParser()
: lexer( 0 ),
parser( 0 )
{
}