| 82 | TOPPASToolConfigDialog::~TOPPASToolConfigDialog() = default; |
| 83 | |
| 84 | void TOPPASToolConfigDialog::ok_() |
| 85 | { |
| 86 | if (editor_->isModified()) |
| 87 | { |
| 88 | editor_->store(); |
| 89 | accept(); |
| 90 | } |
| 91 | else |
| 92 | { |
| 93 | reject(); |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | void TOPPASToolConfigDialog::loadINI_() |
| 98 | { |
nothing calls this directly
no test coverage detected