- const auto backendVersions = Kleo::backendVersionInfo(); - if (!backendVersions.empty()) { + QTimer::singleShot(0, [this]() { + const auto backendVersions = Kleo::backendVersionInfo(); + if (!backendVersions.empty()) { setOtherText(i18nc("Preceeds a list of applications/libraries used by Kleopatra", "Uses:") // - + QLatin1String{""} // - + otherText()); - } + + QLatin1String{""} // + + otherText()); + } + });