qmljs: move running qmldump process to a method

Change-Id: Iaa129d2888d5b0d01e83014a2f520580d238149d
Reviewed-by: Marco Benelli <marco.benelli@theqtcompany.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tim Jenssen
2016-01-20 12:38:56 +01:00
parent 992d544e7e
commit ebd7bcd643
2 changed files with 14 additions and 14 deletions

View File

@@ -74,6 +74,7 @@ private:
QStringList typeInfoPaths;
};
void runQmlDump(const QmlJS::ModelManagerInterface::ProjectInfo &info, const QStringList &arguments, const QString &importPath);
void dump(const Plugin &plugin);
void loadQmltypesFile(const QStringList &qmltypesFilePaths,
const QString &libraryPath,