forked from qt-creator/qt-creator
Process: Rename QtcProcessPrivate -> ProcessPrivate
Rename the logging category for Process. Fix inline comments accordingly. Adapt warning/debug messages accordingly. Change-Id: I2b1f0f558701def3afa3c1b04adf629833dba9e7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -258,7 +258,7 @@ bool AndroidAvdManager::startAvdAsync(const QString &avdName) const
|
||||
return false;
|
||||
}
|
||||
|
||||
// TODO: Here we are potentially leaking QtcProcess instance in case when shutdown happens
|
||||
// TODO: Here we are potentially leaking Process instance in case when shutdown happens
|
||||
// after the avdProcess has started and before it has finished. Giving a parent object here
|
||||
// should solve the issue. However, AndroidAvdManager is not a QObject, so no clue what parent
|
||||
// would be the most appropriate. Preferably some object taken form android plugin...
|
||||
|
||||
Reference in New Issue
Block a user