mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-29 13:34:13 -04:00
eaac5d032a
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>