forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user