QmlJS: Allow scan of files

Change-Id: I25fd0d76cf69fa144112de96cc677d6f316da736
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
This commit is contained in:
Christian Stenger
2014-11-10 13:23:44 +01:00
committed by Christian Stenger
parent aa34d93e3c
commit 8f546fee37
2 changed files with 3 additions and 4 deletions

View File

@@ -210,7 +210,7 @@ public:
WorkingCopy workingCopyInternal,
PathsAndLanguages paths,
ModelManagerInterface *modelManager,
bool emitDocChangedOnDisk);
bool emitDocChangedOnDisk, bool libOnly = true);
public slots:
virtual void resetCodeModel();
void removeProjectInfo(ProjectExplorer::Project *project);