[WriteTransactionTest] Clear mixup of QString and QByteArray
ClosedPublic

Authored by bruns on Jun 16 2019, 1:04 PM.

Details

Summary

touchFile expects a QString argument, not QByteArray. Use
QFile::encodeFileName() instead of QString::toUtf8().

Test Plan

ctest

Diff Detail

Repository
R293 Baloo
Branch
cleanup
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 12883
Build 12901: arc lint + arc unit
bruns created this revision.Jun 16 2019, 1:04 PM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptJun 16 2019, 1:04 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Jun 16 2019, 1:04 PM
ngraham accepted this revision.Jun 16 2019, 5:07 PM

Whoops!

This revision is now accepted and ready to land.Jun 16 2019, 5:07 PM
This revision was automatically updated to reflect the committed changes.