mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
Web API: added Qt version in the instance summary
This commit is contained in:
@@ -50,6 +50,7 @@ int WebAPIAdapterSrv::instanceSummary(
|
||||
{
|
||||
|
||||
*response.getVersion() = QCoreApplication::instance()->applicationVersion();
|
||||
*response.getQtVersion() = QString(QT_VERSION_STR);
|
||||
|
||||
SWGSDRangel::SWGLoggingInfo *logging = response.getLogging();
|
||||
logging->init();
|
||||
|
||||
Reference in New Issue
Block a user