Gerrit: Minor cleanup

* Remove unused member
* Inline function that is used only once
* Replace slots with lambdas

Change-Id: I6887b115463c9aac24d4c3dfe6a70357c9068973
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2017-01-14 22:51:47 +02:00
committed by Orgad Shaneh
parent 22ac7534a5
commit 5035807f89
5 changed files with 8 additions and 34 deletions

View File

@@ -37,7 +37,6 @@ class GerritParameters
public:
GerritParameters();
QStringList baseCommandArguments() const;
QString sshHostArgument() const;
bool isValid() const;
bool equals(const GerritParameters &rhs) const;