From 5c7733d5c5564a64468c5fdd5e8bd29cc131784c Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 10 Jul 2019 18:43:23 +0200 Subject: Bump Qt version to Qt 6 And also fix usages of removed API. Change-Id: Ifbbe08a202ed19b5969781f66240174ef816269e Reviewed-by: Qt CI Bot Reviewed-by: Simon Hausmann --- src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp') diff --git a/src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp b/src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp index c71d0b0..ab0bc24 100644 --- a/src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp +++ b/src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp @@ -398,7 +398,7 @@ QScriptDebuggerResponse QScriptDebuggerCommandExecutor::execute( obj = obj.prototype(); } } - QStringList matchesList = matches.toList(); + QStringList matchesList = matches.values(); std::stable_sort(matchesList.begin(), matchesList.end()); response.setResult(matchesList); } break; -- cgit v1.2.1