shared: Indexer: Add setProgressReportThreshold()
This commit is contained in:
parent
6cd7a92576
commit
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);
|
||||
|
Loading…
Reference in New Issue
Block a user