Refres database table when indexing is done

This commit is contained in:
2022-06-24 18:30:28 +02:00
parent 1d65eda490
commit 1bd48e8fb4
3 changed files with 28 additions and 6 deletions
+2
View File
@@ -41,6 +41,8 @@ protected:
bool indexFile(const QFileInfo &file);
bool checkError(QSqlQuery &query);
int checkVersion();
signals:
void databaseChanged();
};
#endif // DATABASE_H