| 35 | } |
| 36 | |
| 37 | void SettingsAgent::setWindowSate(Qt::WindowStates &window_state) |
| 38 | { |
| 39 | _config["WindowState"] = window_state.toInt(); |
| 40 | } |
| 41 | |
| 42 | QString SettingsAgent::Hotkey() const |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected