- const auto backendVersions = Kleo::backendVersionInfo();
- if (!backendVersions.empty()) {
- setOtherText(i18nc("Preceeds a list of applications/libraries used by Kleopatra", "Uses:") //
+ auto thread = QThread::create([this]() {
+
+ const auto backendVersions = Kleo::backendVersionInfo();
+ if (!backendVersions.empty()) {
+ QMetaObject::invokeMethod(qApp, [this, backendVersions]() { setOtherText(i18nc("Preceeds a list of applications/libraries used by Kleopatra", "Uses:") //