Skip to content
Commit 22b017e0 authored by Alexey Min's avatar Alexey Min
Browse files

Fix clazy: calling QByteArray::data() on temporary

Don't call QByteArray::data() on temporary [-Wclazy-detaching-temporary]

data() is not const and will detach, call constData() instead
parent 05b96c0b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment