updating metacall for loadServerlessDomain

This commit is contained in:
Wayne Chen 2018-09-04 18:24:49 -07:00
parent 9e0fa08cf1
commit 1ce6c84c08

View file

@ -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;
}