Fix initialize variables
Change-Id: Iaebd03bebf38cddf84f163703e2820925b69c3d9 Reviewed-by: David Faure (KDE) <faure@kde.org>bb10
parent
0114a99bad
commit
6230873a65
|
|
@ -86,6 +86,8 @@ QT_BEGIN_NAMESPACE
|
|||
Constructs the QML code parser.
|
||||
*/
|
||||
QmlCodeParser::QmlCodeParser()
|
||||
: lexer( 0 ),
|
||||
parser( 0 )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue