Add reindex action

This commit is contained in:
2022-04-22 22:01:21 +02:00
parent 95e4774507
commit 903ec65d52
4 changed files with 91 additions and 53 deletions
+2
View File
@@ -31,9 +31,11 @@ public:
void clearMarkedFiles();
void indexDir(const QDir &dir, QProgressDialog *progress);
void reindex(QProgressDialog *progress);
QStringList getFitsKeywords();
protected:
bool indexDir2(const QDir &dir, QProgressDialog *progress);
bool indexFile(const QFileInfo &file);
bool checkError(QSqlQuery &query);
};