Mark unmark files from database view

This commit is contained in:
2022-05-20 11:07:18 +02:00
parent b6b6863331
commit 67ae2d4b62
4 changed files with 71 additions and 5 deletions
+2
View File
@@ -26,6 +26,8 @@ public:
bool init();
bool mark(const QString &filename);
bool unmark(const QString &filename);
bool mark(const QStringList &filenames);
bool unmark(const QStringList &filenames);
bool isMarked(const QString &filename);
QStringList getMarkedFiles();
void clearMarkedFiles();