From ff0ce27c1f7a51174dcced6cd925ec3e74c2564e Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Tue, 1 Mar 2022 13:35:15 +0100 Subject: ApplicationLauncher: Unify API Make the API more similar to QtcProcess API. Rename: processStarted() -> started() error() -> errorOccurred() processError() -> error() Change-Id: I86d650d55a643f5999fc91e56b985f699e2d7245 Reviewed-by: hjk Reviewed-by: --- src/plugins/debugger/qml/qmlengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/qml/qmlengine.cpp') diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index 883289bb9f..11d41d6e6a 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -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(); -- cgit v1.2.1