mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 08:13:23 +02:00
updating metacall for loadServerlessDomain
This commit is contained in:
parent
9e0fa08cf1
commit
1ce6c84c08
1 changed files with 1 additions and 1 deletions
|
@ -3479,7 +3479,7 @@ void Application::setIsServerlessMode(bool serverlessDomain) {
|
|||
|
||||
void Application::loadServerlessDomain(QUrl domainURL, bool errorDomain) {
|
||||
if (QThread::currentThread() != thread()) {
|
||||
QMetaObject::invokeMethod(this, "loadServerlessDomain", Q_ARG(QUrl, domainURL));
|
||||
QMetaObject::invokeMethod(this, "loadServerlessDomain", Q_ARG(QUrl, domainURL), Q_ARG(bool, errorDomain));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue