mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add option to copy to clipboard as BMP
This commit is contained in:
@ -130,7 +130,8 @@ private slots:
|
||||
void reset_view();
|
||||
int open_data_dialog();
|
||||
int open_sequence_dialog();
|
||||
void copy_to_clipboard();
|
||||
void copy_to_clipboard_svg();
|
||||
void copy_to_clipboard_bmp();
|
||||
|
||||
private:
|
||||
/* void createActions();
|
||||
|
Reference in New Issue
Block a user