| 1083 | } |
| 1084 | |
| 1085 | QString ChatRootView::codeFontFamily() const |
| 1086 | { |
| 1087 | return Settings::chatAssistantSettings().codeFontFamily.stringValue(); |
| 1088 | } |
| 1089 | |
| 1090 | int ChatRootView::codeFontSize() const |
| 1091 | { |
nothing calls this directly
no outgoing calls
no test coverage detected