[nostalgia/studio] Update for new String beginsWith API
This commit is contained in:
parent
3cd638737a
commit
497bbc1a17
@ -53,7 +53,7 @@ void Project::buildFileIndex() noexcept {
|
|||||||
m_fileExtFileMap.clear();
|
m_fileExtFileMap.clear();
|
||||||
std::sort(files.begin(), files.end());
|
std::sort(files.begin(), files.end());
|
||||||
for (const auto &file : files) {
|
for (const auto &file : files) {
|
||||||
if (!file.beginsWith("/.nostalgia/")) {
|
if (!beginsWith(file, "/.nostalgia/")) {
|
||||||
indexFile(file);
|
indexFile(file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user