Add support for Code 128 barcodes
ClosedPublic

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

Diff Detail

Repository
R280 Prison
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 2857
Build 2875: arc lint + arc unit
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
111

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
111

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.