summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qmlengine.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-07-19 23:23:34 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-07-20 13:13:21 +0000
commit1b070bcb114982cb8390adc06d9ce953a212f146 (patch)
tree01acac0342f2d8a442278442de597c020ff9e387 /src/plugins/debugger/qml/qmlengine.cpp
parent5b3927869c9df7faf6aa2f22754f62952e67386f (diff)
downloadqt-creator-1b070bcb114982cb8390adc06d9ce953a212f146.tar.gz
Drop Qt5: Debugger: Get rid of QOverload
Change-Id: Ic62a3173adeffdfa78a47849cf1ceaa4f59b8091 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/plugins/debugger/qml/qmlengine.cpp')
-rw-r--r--src/plugins/debugger/qml/qmlengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp
index fccc458fd6..6b8d17fedd 100644
--- a/src/plugins/debugger/qml/qmlengine.cpp
+++ b/src/plugins/debugger/qml/qmlengine.cpp
@@ -2438,7 +2438,7 @@ void QmlEnginePrivate::stateChanged(State state)
BreakpointManager::claimBreakpointsForEngine(engine);
// Since the breakpoint claiming is deferred, we need to also defer the connecting
- QTimer::singleShot(0, this, [this]() {
+ QTimer::singleShot(0, this, [this] {
/// Start session.
flushSendBuffer();
QJsonObject parameters;