From: Stephan Beyer Date: Sat, 23 May 2020 16:27:46 +0000 (+0200) Subject: Replace "https://..." hint by "https://host:port" X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~216^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=375fcb8e14a59307b34dbabdc0e9170cb28336f9;p=nextcloud-desktop.git Replace "https://..." hint by "https://host:port" The new hint is a little more verbose and provides more information than the old one. Signed-off-by: Stephan Beyer --- diff --git a/src/libsync/nextcloudtheme.cpp b/src/libsync/nextcloudtheme.cpp index 6687d6290..0ec3f2d27 100644 --- a/src/libsync/nextcloudtheme.cpp +++ b/src/libsync/nextcloudtheme.cpp @@ -35,7 +35,7 @@ NextcloudTheme::NextcloudTheme() QString NextcloudTheme::wizardUrlHint() const { - return QString("https://..."); + return QString("https://host:port"); } }