MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / warnIfNotCheckable

Function warnIfNotCheckable

src/settingsutilities.cpp:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void 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
208QString credentialName(const QString& key)
209{

Callers 3

checkedMethod · 0.85
saveCheckedMethod · 0.85
restoreCheckedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected