forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
22ac7534a5
commit
5035807f89
@@ -37,7 +37,6 @@ class GerritParameters
|
||||
public:
|
||||
GerritParameters();
|
||||
|
||||
QStringList baseCommandArguments() const;
|
||||
QString sshHostArgument() const;
|
||||
bool isValid() const;
|
||||
bool equals(const GerritParameters &rhs) const;
|
||||
|
||||
Reference in New Issue
Block a user