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

Method ServerConnection

src/lib/gui/core/ServerConnection.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace deskflow::gui {
17
18ServerConnection::ServerConnection(QWidget *parent, IServerConfig &serverConfig)
19 : m_pParent(parent),
20 m_serverConfig(serverConfig)
21{
22}
23
24void ServerConnection::handleLogLine(const QString &logLine)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected