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