Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Paste
P38
(An Untitled Masterwork)
Active
Public
Actions
Authored by
•
aheinecke
on Nov 9 2023, 10:18 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
- 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{"<ul><li>"} //
- + backendVersions.join(QLatin1String{"</li><li>"}) //
- + QLatin1String{"</li></ul>"} //
- + otherText());
- }
+ + QLatin1String{"<ul><li>"} //
+ + backendVersions.join(QLatin1String{"</li><li>"}) //
+ + QLatin1String{"</li></ul>"} //
+ + otherText());
+ }
+ });
Event Timeline
•
aheinecke
created this paste.
Nov 9 2023, 10:18 AM
2023-11-09 10:18:29 (UTC+1)
Log In to Comment