mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 11:44:15 +02:00
cleanup executeScript comment in Agent
This commit is contained in:
parent
aa836aa4b5
commit
cf204ad5b0
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void Agent::scriptRequestFinished() {
|
||||||
_scriptContents = reply->readAll();
|
_scriptContents = reply->readAll();
|
||||||
qDebug() << "Downloaded script:" << _scriptContents;
|
qDebug() << "Downloaded script:" << _scriptContents;
|
||||||
|
|
||||||
// we could just call executeScript directly - we use a QueuedConnect to allow scriptRequestFinished
|
// we could just call executeScript directly - we use a QueuedConnection to allow scriptRequestFinished
|
||||||
// to return before calling executeScript
|
// to return before calling executeScript
|
||||||
QMetaObject::invokeMethod(this, "executeScript", Qt::QueuedConnection);
|
QMetaObject::invokeMethod(this, "executeScript", Qt::QueuedConnection);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue