if (!_csync_ctx) {
qDebug() << Q_FUNC_INFO << "init failed.";
// the error should already be set
- QMetaObject::invokeMethod(this, "slotSyncFinished", Qt::QueuedConnection);
+ QMetaObject::invokeMethod(this, "slotSyncFinished", Qt::QueuedConnection, Q_ARG(bool, false));
return;
}
} else if (proxyDirty()) {
if (! setIgnoredFiles())
{
slotSyncError(tr("Could not read system exclude file"));
- QMetaObject::invokeMethod(this, "slotSyncFinished", Qt::QueuedConnection);
+ QMetaObject::invokeMethod(this, "slotSyncFinished", Qt::QueuedConnection, Q_ARG(bool, false));
return;
}