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

Method checked

src/settings.cpp:1151–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151std::optional<bool> WidgetSettings::checked(const QAbstractButton* w) const
1152{
1153 warnIfNotCheckable(w);
1154 return getOptional<bool>(m_Settings, "Widgets", checkedSettingName(w));
1155}
1156
1157void WidgetSettings::saveChecked(const QAbstractButton* w)
1158{

Callers

nothing calls this directly

Calls 2

warnIfNotCheckableFunction · 0.85
checkedSettingNameFunction · 0.85

Tested by

no test coverage detected