feat: support move image file to trash

Resolve: BLumia/pineapple-pictures#42
This commit is contained in:
2024-04-15 01:16:00 +08:00
parent 37cfdad799
commit e0fda8f3b0
23 changed files with 747 additions and 399 deletions

View File

@ -32,6 +32,7 @@ public:
void setCurrentFile(const QString & filePath);
void setCurrentIndex(int index);
int appendFile(const QString & filePath);
void removeFileAt(int index);
int indexOf(const QString & filePath);
int count() const;