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

Method setWindowSate

src/modules/settingsagent.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void SettingsAgent::setWindowSate(Qt::WindowStates &window_state)
38{
39 _config["WindowState"] = window_state.toInt();
40}
41
42QString SettingsAgent::Hotkey() const
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected