[AFV] Style, Doxygen

This commit is contained in:
Klaus Basan
2019-10-23 23:11:37 +02:00
parent d989bca919
commit cde18d23aa
11 changed files with 40 additions and 25 deletions

View File

@@ -39,8 +39,10 @@ namespace BlackCore
//! PDU identifier
static QString pdu() { return "$CQ"; }
//! Properties @{
ClientQueryType m_queryType = ClientQueryType::Unknown;
QStringList m_queryData;
//! @}
private:
ClientQuery();