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

@ -40,6 +40,7 @@ public:
QAction *actionCopyPixmap;
QAction *actionCopyFilePath;
QAction *actionPaste;
QAction *actionTrash;
QAction *actionToggleStayOnTop;
QAction *actionToggleProtectMode;
QAction *actionToggleAvoidResetTransform;