feat: support move image file to trash
Resolve: BLumia/pineapple-pictures#42
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user