8 namespace swift::core::fsd
10 Pong::Pong() : MessageBase() {}
13 :
MessageBase(sender, receiver), m_timestamp(timestamp)
27 if (tokens.
size() < 3)
32 return Pong(tokens[0], tokens[1], tokens[2]);
QString m_receiver
message receiver
QString m_sender
message sender
Sent or received as reply to a ping.
QString m_timestamp
timestamp
QStringList toTokens() const
Message converted to tokens.
static Pong fromTokens(const QStringList &tokens)
Construct from tokens.
Class for emitting a log message.
Derived & debug()
Set the severity to debug.
void push_back(QList< T >::parameter_type value)
qsizetype size() const const