forked from qt-creator/qt-creator
Qml: Write qmldump errors to 'General messages'.
This should make it easier to debug problems with Qml plugin type dumping. Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -81,6 +81,7 @@ private Q_SLOTS:
|
||||
void onLibraryInfoUpdated(const QString &path, const QmlJS::LibraryInfo &info);
|
||||
void onLoadPluginTypes(const QString &libraryPath, const QString &importPath, const QString &importUri);
|
||||
void qmlPluginTypeDumpDone(int exitCode);
|
||||
void qmlPluginTypeDumpError(QProcess::ProcessError error);
|
||||
|
||||
protected:
|
||||
struct WorkingCopy
|
||||
|
||||
Reference in New Issue
Block a user