forked from qt-creator/qt-creator
ApplicationLauncher: Unify API
Make the API more similar to QtcProcess API. Rename: processStarted() -> started() error() -> errorOccurred() processError() -> error() Change-Id: I86d650d55a643f5999fc91e56b985f699e2d7245 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -273,7 +273,7 @@ QmlEngine::QmlEngine()
|
||||
this, &QmlEngine::disconnected);
|
||||
connect(&d->applicationLauncher, &ApplicationLauncher::appendMessage,
|
||||
this, &QmlEngine::appMessage);
|
||||
connect(&d->applicationLauncher, &ApplicationLauncher::processStarted,
|
||||
connect(&d->applicationLauncher, &ApplicationLauncher::started,
|
||||
this, &QmlEngine::handleLauncherStarted);
|
||||
|
||||
debuggerConsole()->populateFileFinder();
|
||||
|
||||
Reference in New Issue
Block a user