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:
f46ce2c
)
Replace "https://..." hint by "https://host:port"
author
Stephan Beyer
<s-beyer@gmx.net>
Sat, 23 May 2020 16:27:46 +0000
(18:27 +0200)
committer
Stephan Beyer
<s-beyer@gmx.net>
Sat, 23 May 2020 16:32:18 +0000
(18:32 +0200)
The new hint is a little more verbose and provides more information
than the old one.
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
src/libsync/nextcloudtheme.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/nextcloudtheme.cpp
b/src/libsync/nextcloudtheme.cpp
index 6687d6290aed7081e3b4b310d1f843642eeff1f6..0ec3f2d27398f4adf30837a173670b0435c4cb5b 100644
(file)
--- 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
");
}
}