Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
Qt::WindowStates SettingsAgent::WindowState() const
33
{
34
return static_cast<Qt::WindowStates>(_config[
"WindowState"
].toInt());
35
}
36
37
void SettingsAgent::setWindowSate(Qt::WindowStates &window_state)
38
{
Callers
1
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected