projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324d5a0
)
Include os version 'windows-10.0.19042' in about dialog
author
Hannah von Reth
<hannah.vonreth@owncloud.com>
Tue, 19 Jan 2021 11:42:58 +0000
(12:42 +0100)
committer
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Mon, 23 Aug 2021 07:40:26 +0000
(09:40 +0200)
src/libsync/theme.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/theme.cpp
b/src/libsync/theme.cpp
index aaaf0774a59ace7d36ce876e2cb0c81b3c042428..ffe8f15e32aa53cae64feb6da7bb4d8479de0566 100644
(file)
--- a/
src/libsync/theme.cpp
+++ b/
src/libsync/theme.cpp
@@
-468,6
+468,8
@@
QString Theme::about() const
devString += tr("<p><small>Using virtual files plugin: %1</small></p>")
.arg(Vfs::modeToString(bestAvailableVfsMode()));
+ devString += tr("<br>%1")
+ .arg(QSysInfo::productType() % QLatin1Char('-') % QSysInfo::kernelVersion());
return devString;
}