| 365 | } |
| 366 | |
| 367 | void AppConfig::SaveFrame() |
| 368 | { |
| 369 | QSettings st(QApplication::organizationName(), QApplication::applicationName()); |
| 370 | _saveFrame(frameOptions, st); |
| 371 | } |
| 372 | |
| 373 | void AppConfig::SetProtocolFormat(const std::string &protocolName, const std::string &value) |
| 374 | { |
no test coverage detected