forked from qt-creator/qt-creator
QmlJs: Initialize members
Change-Id: I15a3ec660608266595a8b7a12b59016cc28331af Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -324,7 +324,7 @@ protected:
|
||||
class MarkUnreachableCode : protected ReachesEndCheck
|
||||
{
|
||||
QList<Message> _messages;
|
||||
bool _emittedWarning;
|
||||
bool _emittedWarning = false;
|
||||
|
||||
public:
|
||||
QList<Message> operator()(Node *ast)
|
||||
|
Reference in New Issue
Block a user