Comparer les révisions
23 Révisions
ef9ab30372
...
a9d51054b0
Auteur | SHA1 | Date | |
---|---|---|---|
a9d51054b0 | |||
78962ad4e2 | |||
b0c0e34a25 | |||
241c3c40be | |||
36aedc7445 | |||
99dce53a6d | |||
048b90ad85 | |||
552f058370 | |||
09ae06532d | |||
abb05aac62 | |||
cd98fe1fbb | |||
02dd7b64b5 | |||
7c30124743 | |||
6a8323f2cf | |||
763bc47a89 | |||
517e62dca2 | |||
0f47f581b3 | |||
18b18d5103 | |||
f4eed7a6ef | |||
6878f7846a | |||
b2ae0e488f | |||
02a371b81e | |||
d960570171 |
@ -319,9 +319,7 @@ void MainWindow::startIndexing()
|
||||
}
|
||||
this->indexer->setTargetPaths(paths);
|
||||
QString ignorePatterns = ui->txtIgnorePatterns->text();
|
||||
QStringList patterns = ignorePatterns.split(";");
|
||||
patterns.removeAll(QString{});
|
||||
this->indexer->setIgnorePattern(patterns);
|
||||
this->indexer->setIgnorePattern(ignorePatterns.split(";"));
|
||||
|
||||
FileSaverOptions options;
|
||||
options.fillExistingContentless =
|
||||
|
@ -30,7 +30,7 @@ void Indexer::beginIndexing()
|
||||
pattern += "/";
|
||||
}
|
||||
pattern += "*";
|
||||
ignoreList.append(pattern);
|
||||
ignoreList.append(excludedPath);
|
||||
}
|
||||
ignoreList.append(this->ignorePattern);
|
||||
wildcardMatcher.setPatterns(ignoreList);
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur