shared: Indexer: Handle keepGoing, set verbose

This commit is contained in:
2022-06-06 09:21:17 +02:00
父節點 fdae7fd065
當前提交 f8542dc96a
共有 2 個文件被更改,包括 21 次插入2 次删除

查看文件

@@ -67,6 +67,8 @@ class Indexer : public QObject
void beginIndexing();
void setIgnorePattern(QStringList ignorePattern);
void setTargetPaths(QVector<QString> pathsToScan);
void setVerbose(bool verbose);
void setKeepGoing(bool keepGoing);
void requestCancellation();