summaryrefslogtreecommitdiff
path: root/src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-07-10 18:43:23 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-07-11 10:39:04 +0200
commit5c7733d5c5564a64468c5fdd5e8bd29cc131784c (patch)
tree3b48a02abf60d56bf9c383f1d081bb8549d32950 /src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp
parent3880777ff260a660434d36d6f63da6fd1c25d79d (diff)
downloadqtscript-5c7733d5c5564a64468c5fdd5e8bd29cc131784c.tar.gz
Bump Qt version to Qt 6
And also fix usages of removed API. Change-Id: Ifbbe08a202ed19b5969781f66240174ef816269e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp')
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp2
1 files changed, 1 insertions, 1 deletions
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;