This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti 3de679705d Don't use format string function with variable input
New gcc refuses to compile this as it may load to crashes
if the input variable contains a format string literal, e.g. %s
and there are no ... args provided to fill those in.

Being at it, removed the convertString() method as QByteArray already
provides a constData() method, so it's not needed.
2022-04-22 00:19:39 +02:00
..
2022-03-09 16:38:24 +01:00
2020-01-23 00:40:33 +01:00
2020-01-23 00:40:33 +01:00