mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix compile
This commit is contained in:
parent
621a37be15
commit
5314765410
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user