| 184 | } |
| 185 | |
| 186 | bool |
| 187 | ConfigDialog::run(void) |
| 188 | { |
| 189 | this->accepted = false; |
| 190 | this->setWindowTitle("Settings"); |
| 191 | |
| 192 | this->exec(); |
| 193 | |
| 194 | return this->accepted; |
| 195 | } |
| 196 | |
| 197 | void |
| 198 | ConfigDialog::appendConfigTab(ConfigTab *tab) |
no outgoing calls
no test coverage detected