forked from qt-creator/qt-creator
Gerrit: Support plink
Change-Id: I7fe7c5d47b17b2e5d8179e7deb9cb8e566f15912 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
cc6a3b4fd7
commit
b7927fe1b0
@@ -51,6 +51,7 @@ public:
|
||||
bool equals(const GerritParameters &rhs) const;
|
||||
void toSettings(QSettings *) const;
|
||||
void fromSettings(const QSettings *);
|
||||
void setPortFlagBySshType();
|
||||
|
||||
QString host;
|
||||
unsigned short port;
|
||||
@@ -58,6 +59,7 @@ public:
|
||||
QString ssh;
|
||||
QString additionalQueries;
|
||||
bool https;
|
||||
QString portFlag;
|
||||
};
|
||||
|
||||
inline bool operator==(const GerritParameters &p1, const GerritParameters &p2)
|
||||
|
||||
Reference in New Issue
Block a user