forked from qt-creator/qt-creator
QmlJS: Allow scan of files
Change-Id: I25fd0d76cf69fa144112de96cc677d6f316da736 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
This commit is contained in:
committed by
Christian Stenger
parent
aa34d93e3c
commit
8f546fee37
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user