MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / editorBackgroundColor

Method editorBackgroundColor

src/share/WizSettings.cpp:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545QString WizUserSettings::editorBackgroundColor()
546{
547 QString strColor = get("EditorBackgroundColor");
548 return strColor;
549}
550
551void WizUserSettings::setEditorBackgroundColor(const QString& strColor)
552{

Callers 3

WizPreferenceWindowMethod · 0.80
replaceDefaultCssMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected