| 197 | } |
| 198 | |
| 199 | void warnIfNotCheckable(const QAbstractButton* b) |
| 200 | { |
| 201 | if (!b->isCheckable()) { |
| 202 | log::warn("button '{}' used in the settings as a checkbox or radio button " |
| 203 | "but is not checkable", |
| 204 | b->objectName()); |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | QString credentialName(const QString& key) |
| 209 | { |
no outgoing calls
no test coverage detected