Gerrit: Improve server encapsulation

Change-Id: If78fa05e0b328a86e699ba79673999650b05a7ef
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Orgad Shaneh
2017-02-23 12:54:20 +02:00
committed by Orgad Shaneh
parent 71c2352e4b
commit da3f9379c1
3 changed files with 41 additions and 33 deletions

View File

@@ -47,6 +47,7 @@ public:
bool operator==(const GerritServer &other) const;
QString sshHostArgument() const;
QString url() const;
bool fillFromRemote(const QString &remote, const QString &defaultUser);
QString host;
QString user;