forked from qt-creator/qt-creator
QmlJS: Fix plugin dumpers running all the time if dump fails.
Task-number: QTCREATORBUG-2733 Reviewed-by: Kai Koehne
This commit is contained in:
@@ -358,6 +358,7 @@ LibraryInfo::LibraryInfo(const QmlDirParser &parser)
|
||||
: _valid(true)
|
||||
, _components(parser.components())
|
||||
, _plugins(parser.plugins())
|
||||
, _dumped(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user