| 89 | void Commander::SetAgentType(const QString &type) { agentType = type; } |
| 90 | |
| 91 | void Commander::SetMainCommands(const CommandsGroup &group) { mainCommandsGroup = group; } |
| 92 | |
| 93 | void Commander::AddServerGroup(const QString &scriptName, const QString &description, const CommandsGroup &group) |
| 94 | { |