1
0
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:
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
@@ -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();