forked from qt-creator/qt-creator
QmlJS: Initialize variable properly
Change-Id: Ie9447e040c228b42766969ed8d80b33f67cccc46 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
@@ -64,6 +64,7 @@ public:
|
|||||||
|
|
||||||
ProjectInfo(QPointer<ProjectExplorer::Project> project)
|
ProjectInfo(QPointer<ProjectExplorer::Project> project)
|
||||||
: project(project)
|
: project(project)
|
||||||
|
, tryQmlDump(false)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
operator bool() const
|
operator bool() const
|
||||||
|
Reference in New Issue
Block a user