| 876 | |
| 877 | |
| 878 | QString Global::getEditorBackgroundColor() { |
| 879 | if (colorList.contains("editorBackgroundColor")) |
| 880 | return colorList["editorBackgroundColor"].trimmed(); |
| 881 | else |
| 882 | return "white"; |
| 883 | } |
| 884 | |
| 885 | |
| 886 | QString Global::getEditorCss() { |
no outgoing calls
no test coverage detected