From 8e52f1237b0cb4e859cdb4a76e096bccaac98150 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 19 Apr 2018 12:02:26 +0200 Subject: [PATCH] Fix Use of Deprecated trUtf8 --- src/libsync/nextcloudtheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/nextcloudtheme.cpp b/src/libsync/nextcloudtheme.cpp index 6678c6e82..9dd76e92e 100644 --- a/src/libsync/nextcloudtheme.cpp +++ b/src/libsync/nextcloudtheme.cpp @@ -47,7 +47,7 @@ QString NextcloudTheme::about() const .arg(MIRALL_VERSION_STRING).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN)) .arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN)); - re += trUtf8("

By Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, " + re += tr("

By Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, " "Olivier Goffart, Markus Götz and others.

"); re += tr("

This release was supplied by the Nextcloud GmbH
"