fix compile

This commit is contained in:
Christian Kamm 2014-10-09 15:54:57 +02:00
parent 621a37be15
commit 5314765410

View File

@ -43,7 +43,7 @@ bool DiscoveryJob::isInBlackList(const QString& path) const
return false;
}
--it;
Q_ASSERT(*it.endsWith(QLatin1Char('/'))); // SyncEngine::setSelectiveSyncBlackList makes sure of that
Q_ASSERT(it->endsWith(QLatin1Char('/'))); // SyncEngine::setSelectiveSyncBlackList makes sure of that
if (pathSlash.startsWith(*it)) {
return true;
}