mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +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();
|
||||
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
|
||||
QMetaObject::invokeMethod(this, "executeScript", Qt::QueuedConnection);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue