diff options
author | Fawzi Mohamed <[email protected]> | 2014-04-08 11:36:03 +0200 |
---|---|---|
committer | Fawzi Mohamed <[email protected]> | 2014-04-30 15:12:54 +0200 |
commit | de594fdee0974f6566ed1afec757abf8ff2b0873 (patch) | |
tree | e7580de31a617f7cb85895f3463d25154176355f /src/libs/qmljs/qmljsmodelmanagerinterface.h | |
parent | 0e43633183ad9bbf90424faef51dc7af952687d8 (diff) |
qmljs: split scan function
allows to more easily scan the various qml dialects
Change-Id: I9f8c44459e05e4658d3814c624e0f07762c83279
Reviewed-by: Thomas Hartmann <[email protected]>
Diffstat (limited to 'src/libs/qmljs/qmljsmodelmanagerinterface.h')
-rw-r--r-- | src/libs/qmljs/qmljsmodelmanagerinterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qmljs/qmljsmodelmanagerinterface.h b/src/libs/qmljs/qmljsmodelmanagerinterface.h index 7b018ab9ff8..0dc2cb7142b 100644 --- a/src/libs/qmljs/qmljsmodelmanagerinterface.h +++ b/src/libs/qmljs/qmljsmodelmanagerinterface.h @@ -244,6 +244,7 @@ protected: CPlusPlus::Snapshot snapshot, QHash<QString, QPair<CPlusPlus::Document::Ptr, bool> > documents); + void maybeScan(const QStringList &importPaths, Language::Enum defaultLanguage); void updateImportPaths(); void loadQmlTypeDescriptionsInternal(const QString &path); |