NOISSUE Implemented copy screenshots to the clipboard

- Added context-menu entry
- Ctrl+C keybind works as well
- If multiple screenshots are selected, only the first one gets copied
This commit is contained in:
Ghosty
2021-12-03 03:02:58 +01:00
parent ffcef673de
commit 75f2dab3c8
3 changed files with 32 additions and 0 deletions

View File

@ -73,6 +73,7 @@ protected:
private slots:
void on_actionUpload_triggered();
void on_actionCopy_triggered();
void on_actionDelete_triggered();
void on_actionRename_triggered();
void on_actionView_Folder_triggered();