What is doing the system notification?
| 1209 | |
| 1210 | // What is doing the system notification? |
| 1211 | QString Global::systemNotifier() { |
| 1212 | settings->beginGroup("Appearance"); |
| 1213 | QString value = settings->value("systemNotifier", "qt").toString(); |
| 1214 | settings->endGroup(); |
| 1215 | return value; |
| 1216 | } |
| 1217 | |
| 1218 | |
| 1219 |
no test coverage detected