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:
parent
f88ceb872a
commit
6c1af174a1
3 changed files with 62 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue