Correcting for PR comments

This commit is contained in:
Anselm Busse
2021-03-12 16:22:16 +01:00
committed by Cameron Gutman
parent de88176995
commit 0802609fd8
6 changed files with 42 additions and 17 deletions

View File

@@ -83,7 +83,9 @@ public:
void parse(const QStringList &args);
QString getHost() const;
bool isPrintCSV() const;
private:
QString m_Host;
bool m_PrintCSV;
};