Style, Doxygen

This commit is contained in:
Klaus Basan
2019-10-22 14:01:41 +02:00
parent 6e42889ecb
commit 767aab6592
13 changed files with 61 additions and 36 deletions

View File

@@ -34,7 +34,7 @@ namespace BlackCore
//! PDU identifier
static QString pdu() { return QStringLiteral("$ZR"); }
QString m_response;
QString m_response; //!< response
private:
AuthResponse();