Use getATBQTVersion() for dynamic value of atbapp.

This commit is contained in:
Gerhard Hoffmann 2023-10-12 12:07:38 +02:00
parent 4e7ce2cd70
commit 6d57b45d1a

View File

@ -1136,7 +1136,8 @@ PSAInstalled Worker::getPSAInstalled() {
if (std::optional<QString> v = getApismVersion()) {
psaInstalled.sw.apismVersion = v.value();
}
psaInstalled.sw.atbQTVersion = m_atbqtVersion;
psaInstalled.sw.atbQTVersion = getATBQTVersion();
psaInstalled.sw.atbUpdateToolVersion = m_atbUpdateToolVersion;
psaInstalled.pluginVersion.deviceController = m_pluginVersionATBDeciceController;
psaInstalled.pluginVersion.ingenicoISelfCC = m_pluginVersionIngenicoISelf;