MCPcopy Create free account
hub / github.com/YACReader/yacreader / write

Method write

common/themes/appearance_configuration.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void AppearanceConfiguration::write(const QString &key, const QString &value)
55{
56 QSettings s(path, QSettings::IniFormat);
57 s.beginGroup(kGroup);
58 s.setValue(key, value);
59 s.endGroup();
60}
61
62void AppearanceConfiguration::setMode(ThemeMode mode)
63{

Callers 15

saveUserThemeMethod · 0.80
writeSvgFunction · 0.80
saveToFileMethod · 0.80
extractPagesMethod · 0.80
requestComicInfoMethod · 0.80
sendComicInfoMethod · 0.80
setCurrentIndexMethod · 0.80
runMethod · 0.80
GridComicsViewMethod · 0.80
serviceV2Method · 0.80
serviceMethod · 0.80
serviceMethod · 0.80

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected