mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 06:45:28 -04:00
BC412: add to backend_tcl; add skeleton test
GUI: allow for Qt not parsing #if's in slots (copy_to_clipboard_png())
This commit is contained in:
parent
7c4afa49c9
commit
471aed7a69
29 changed files with 323 additions and 80 deletions
|
@ -102,9 +102,7 @@ public slots:
|
|||
void copy_to_clipboard_emf();
|
||||
void copy_to_clipboard_eps();
|
||||
void copy_to_clipboard_gif();
|
||||
#ifndef NO_PNG
|
||||
void copy_to_clipboard_png();
|
||||
#endif
|
||||
void copy_to_clipboard_png(); // Note Qt can't handle #ifndef NO_PNG in slots
|
||||
void copy_to_clipboard_pcx();
|
||||
void copy_to_clipboard_svg();
|
||||
void copy_to_clipboard_tif();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue