Gerrit: Support REST query for HTTP servers

Change-Id: Icc164b9d84abe4efc34deaa5d19dca167fdb14e1
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2017-02-23 23:03:30 +02:00
committed by Orgad Shaneh
parent be204a125e
commit f7a778690d
10 changed files with 662 additions and 35 deletions

View File

@@ -57,6 +57,7 @@ public:
bool hasApproval(const GerritUser &user) const;
int approvalLevel() const;
QString url;
QString ref;
int patchSetNumber;
QList<GerritApproval> approvals;