Skip to content
Commit 7e74b0cd authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

Introduce ByteArraySplitter

Small helper class to split QByteArray on a char. For now splitting only
on char is supported but can be extended to split on a string if needed.

The main reason to include this is to avoid indexOf based iteration that
I am using in many places which makes the code difficult to read. With
this, we can use normal c++ range for to nicely iterate over splitted
parts of the string.
parent b9693dc9
Pipeline #252691 passed with stage
in 13 minutes and 30 seconds
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