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

Method ServerConfig

src/lib/gui/config/ServerConfig.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35const int serverDefaultIndex = 7;
36
37ServerConfig::ServerConfig(int columns, int rows) : m_Screens(columns), m_Columns(columns), m_Rows(rows)
38{
39 recall();
40}
41
42bool ServerConfig::save(const QString &fileName) const
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected