Ported new features to QT4

FossilOrigin-Name: 28087b899e38a3881855cf1e7272da3fb13b3462
This commit is contained in:
kostas
2015-05-29 20:23:48 +00:00
parent 440563b1ea
commit fab3c0bf42
9 changed files with 59 additions and 27 deletions

View File

@@ -107,7 +107,7 @@ bool Workspace::switchWorkspace(const QString& workspace, QSettings &store)
// Add Default remote if not available already
if(findRemote(default_remote)==NULL)
{
addRemote(default_remote, default_remote.toDisplayString());
addRemote(default_remote, UrlToStringDisplay(default_remote));
setRemoteDefault(default_remote);
}
}