shared: Indexer: Add setProgressReportThreshold()
这个提交包含在:
父节点
6cd7a92576
当前提交
4604970f9d
@ -171,3 +171,8 @@ void Indexer::setFileSaverOptions(FileSaverOptions options)
|
||||
{
|
||||
this->fileSaverOptions = options;
|
||||
}
|
||||
|
||||
void Indexer::setProgressReportThreshold(int threshold)
|
||||
{
|
||||
this->progressReportThreshold = threshold;
|
||||
}
|
||||
|
@ -82,6 +82,8 @@ class Indexer : public QObject
|
||||
|
||||
void setFileSaverOptions(FileSaverOptions options);
|
||||
|
||||
void setProgressReportThreshold(int threshold);
|
||||
|
||||
void requestCancellation();
|
||||
|
||||
Indexer(SqliteDbService &db);
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户