| 114 | |
| 115 | |
| 116 | int DebugPreferences::getMessageLevel() { |
| 117 | int index = debugLevel->currentIndex(); |
| 118 | return debugLevel->itemData(index).toInt(); |
| 119 | } |
| 120 | |
| 121 | |
| 122 | void DebugPreferences::saveValues() { |
nothing calls this directly
no outgoing calls
no test coverage detected