1
0
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:
f4exb
2017-12-18 13:19:20 +01:00
parent a459982fa7
commit 2784a026d6
7 changed files with 39 additions and 4 deletions
+1
View File
@@ -72,6 +72,7 @@ int WebAPIAdapterGUI::instanceSummary(
{
*response.getVersion() = qApp->applicationVersion();
*response.getQtVersion() = QString(QT_VERSION_STR);
SWGSDRangel::SWGLoggingInfo *logging = response.getLogging();
logging->init();