MCPcopy Create free account
hub / github.com/deskflow/deskflow / ServerMessage

Method ServerMessage

src/lib/gui/core/ServerMessage.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace deskflow::gui {
10
11ServerMessage::ServerMessage(const QString &message) : m_message(message), m_clientName(parseClientName(message))
12{
13 // do nothing
14}
15
16bool ServerMessage::isNewClientMessage() const
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected