Add support for Code 128 barcodes
ClosedPublic

Authored by vkrause on Sep 14 2018, 5:17 PM.

Diff Detail

Repository
R280 Prison
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause created this revision.Sep 14 2018, 5:17 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptSep 14 2018, 5:17 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
vkrause requested review of this revision.Sep 14 2018, 5:17 PM
svuorela added inline comments.Sep 14 2018, 5:29 PM
autotests/CMakeLists.txt
26

copy/paste error ?

autotests/code128barcodetest.cpp
112

doesn't QCOMPARE automatically output both ?

vkrause updated this revision to Diff 41659.Sep 14 2018, 5:32 PM

Remove copy/paste mistake.

vkrause added inline comments.Sep 14 2018, 5:33 PM
autotests/code128barcodetest.cpp
112

Yep, but not perfectly aligned underneath each other, which is extremely helpful for spotting bit differences.

svuorela accepted this revision.Sep 14 2018, 5:42 PM
This revision is now accepted and ready to land.Sep 14 2018, 5:42 PM
This revision was automatically updated to reflect the committed changes.