zint / zint-gpl-only

Zint Barcode Generator
https://zint.org.uk/
GNU General Public License v3.0
525 stars 138 forks source link

Cleaner code #66

Closed pasnox closed 2 years ago

pasnox commented 6 years ago

Please ensure those defines are set when building the Qt front end to ensure no implicit convertion occurs in your code, leading to possible issues.

DEFINES *= QT_NO_CAST_FROM_BYTEARRAY \ QT_NO_CAST_FROM_ASCII \ QT_NO_CAST_TO_ASCII \ QT_NO_URL_CAST_FROM_STRING \ QT_STRICT_ITERATORS

mikemaikaefer commented 6 years ago

This is not the original ZINT repository but an outdated fork only. Please refer to the original ZINT project at sourceforge.net!

gitlost commented 2 years ago

Hi, the current code doesn't seem to suffer form the issues you mention but maybe your method is better than the suppression currently used. If you wish to suggest a Merge Request on SourceForge it'd be considered carefully. Am closing this now as this fork is no longer used, thanks for the feedback and suggestion.