forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/8.0'
Change-Id: I1dc664137eeecb7dd69f29af7a08164683d51077
This commit is contained in:
@@ -122,7 +122,7 @@ QString GerritServer::url(UrlType urlType) const
|
||||
case Https: protocol = "https"; break;
|
||||
}
|
||||
QString res = protocol + "://";
|
||||
if (type == Ssh || urlType != DefaultUrl)
|
||||
if (type == Ssh || urlType == UrlWithHttpUser)
|
||||
res += hostArgument();
|
||||
else
|
||||
res += host;
|
||||
|
||||
Reference in New Issue
Block a user