logic: improved python post processing speed and show progress dialog

This commit is contained in:
Eberhard Graether
2019-05-28 17:40:35 +02:00
parent 31f4e47903
commit d2b41f7598
3 changed files with 10 additions and 9 deletions
@@ -37,7 +37,7 @@ private:
void executeParallelIndexerCommands(int threadId, std::shared_ptr<Blackboard> blackboard);
void runIndexerCommand(std::shared_ptr<IndexerCommandCustom> indexerCommand, std::shared_ptr<Blackboard> blackboard);
static void runPythonPostProcessing(PersistentStorage& storage);
void runPythonPostProcessing(PersistentStorage& storage);
private:
std::unique_ptr<IndexerCommandProvider> m_indexerCommandProvider;