MCPcopy Create free account
hub / github.com/SeaEpoch/MouseClick / WindowState

Method WindowState

src/modules/settingsagent.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32Qt::WindowStates SettingsAgent::WindowState() const
33{
34 return static_cast<Qt::WindowStates>(_config["WindowState"].toInt());
35}
36
37void SettingsAgent::setWindowSate(Qt::WindowStates &window_state)
38{

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected