6 _delayTimer.setSingleShot(
true);
7 _delayTimer.setInterval(delayMsecs);
12 connect(
this, &QState::entered,
this, [
this, delayMsecs] ()
14 qCDebug(QGCStateMachineLog) <<
stateName() << QStringLiteral(
"Starting delay for %1 secs").arg(delayMsecs / 1000.0) <<
" - " << Q_FUNC_INFO;
18 connect(
this, &QGCState::exited,
this, [
this] ()