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