mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 13:49:46 +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) {
|
void Application::loadServerlessDomain(QUrl domainURL, bool errorDomain) {
|
||||||
if (QThread::currentThread() != thread()) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue