diff --git a/src/file/filecontentindexer.h b/src/file/filecontentindexer.h --- a/src/file/filecontentindexer.h +++ b/src/file/filecontentindexer.h @@ -61,8 +61,8 @@ Q_SIGNALS: Q_SCRIPTABLE void startedIndexingFile(const QString& filePath); Q_SCRIPTABLE void finishedIndexingFile(const QString& filePath); + Q_SCRIPTABLE void done(); - void done(); void newBatchTime(uint time, uint batchSize); private Q_SLOTS: