mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Style, Doxygen
This commit is contained in:
@@ -25,6 +25,7 @@ namespace BlackCore
|
||||
//! Constructor
|
||||
ClientResponse(const QString &sender, const QString &receiver, ClientQueryType queryType, const QStringList &responseData);
|
||||
|
||||
//! Unknow query?
|
||||
bool isUnknownQuery() const { return m_queryType == ClientQueryType::Unknown; }
|
||||
|
||||
//! Message converted to tokens
|
||||
@@ -36,8 +37,10 @@ namespace BlackCore
|
||||
//! PDU identifier
|
||||
static QString pdu() { return "$CR"; }
|
||||
|
||||
//! Properties @{
|
||||
ClientQueryType m_queryType;
|
||||
QStringList m_responseData;
|
||||
QStringList m_responseData;
|
||||
//! @}
|
||||
|
||||
private:
|
||||
ClientResponse();
|
||||
|
||||
Reference in New Issue
Block a user