Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2020-12-14 17:45:22 +0300
committerHannah von Reth <vonreth@kde.org>2020-12-17 12:30:20 +0300
commit3dfbfa03200449e7e533015b7e75b21ca8f7e6c5 (patch)
tree7071f9e9c22a6a271c86af0065391d2b39897d92
parent32e1ddb86c7f59c0ee1028efa6f297c4854e74b9 (diff)
Add trailing newline in --version
-rw-r--r--src/libsync/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp
index 9605ee168..f1ca5131d 100644
--- a/src/libsync/theme.cpp
+++ b/src/libsync/theme.cpp
@@ -361,7 +361,7 @@ QString Theme::aboutVersions(Theme::VersionFormat format) const
"%1 %2 %3 %4%8"
"%9"
"Libraries Qt %5, %6%8"
- "Using virtual files plugin: %7")
+ "Using virtual files plugin: %7%8")
.arg(appName(),
_version,
QStringLiteral(__DATE__),