| 45 | // makes sense to restart certain things or not. |
| 46 | |
| 47 | void |
| 48 | ProfileConfigTab::configChanged(bool restart) |
| 49 | { |
| 50 | this->modified = true; |
| 51 | this->needsRestart = this->needsRestart || restart; |
| 52 | emit changed(); |
| 53 | } |
| 54 | |
| 55 | bool |
| 56 | ProfileConfigTab::shouldDisregardTweaks(void) |
no outgoing calls
no test coverage detected