1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 21:14:15 -04:00
Files
sdrangel/appsrv
Robin Getz eaac5d032a appbench, appsrv: Fix malformed QCoreApplication::applicationVersion() call
Remove an inadvertent '>' character from the
QCoreApplication::applicationVersion() call in the startup version
logging for both appbench and appsrv.

This typo was identified by cppcheck during static analysis. Correcting
the expression restores valid C++ syntax, allowing the applications to
compile correctly and report their version information in the startup
log.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-07-27 20:30:34 -04:00
..