nymea-remoteproxy/monitor
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
..
main.cpp Update versioning and minor fixes 2022-03-09 16:38:24 +01:00
monitor.cpp Updatet copyright 2020-01-23 00:40:33 +01:00
monitor.h Updatet copyright 2020-01-23 00:40:33 +01:00
monitor.pro Update install paths and copyright license headers 2021-07-27 11:49:46 +02:00
monitorclient.cpp Add tunnel proxy statistics and fix typo 2021-08-16 07:41:54 +02:00
monitorclient.h Add tunnel proxy statistics and fix typo 2021-08-16 07:41:54 +02:00
terminalwindow.cpp Don't use format string function with variable input 2022-04-22 00:19:39 +02:00
terminalwindow.h Don't use format string function with variable input 2022-04-22 00:19:39 +02:00