MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / backgroundColor

Method backgroundColor

src/inisettings.cpp:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168QString IniSettings::backgroundColor()
169{
170 QString bgColor = "#000000";
171 if (settings->contains("Colors/background"))
172 bgColor = settings->value("Colors/background").toString();
173
174 return bgColor;
175}
176
177bool IniSettings::previewChecked()
178{

Callers 1

convertPDFtoImageMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected