1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:57:44 +00:00

QuickShow: Add Delete action

Delete current file from file system.
This commit is contained in:
Hüseyin ASLITÜRK 2020-04-12 16:40:05 +03:00 committed by Andreas Kling
parent f88ceb872a
commit 6c1af174a1
3 changed files with 62 additions and 11 deletions

View file

@ -49,6 +49,7 @@ public:
void set_scale(int);
int scale() { return m_scale; }
void clear();
void flip(Gfx::Orientation);
void rotate(Gfx::RotationDirection);
void navigate(Directions);