This commit is contained in:
Klaus Basan
2019-10-25 12:28:22 +02:00
committed by Mat Sutcliffe
parent b9acf794d8
commit c8097cc899
5 changed files with 8 additions and 4 deletions

View File

@@ -33,9 +33,10 @@ namespace BlackCore
//! PDU identifier
static QString pdu() { return QStringLiteral("$ZC"); }
QString m_challengeKey;
QString m_challengeKey; //!< key
private:
//! Ctor
AuthChallenge();
};