| 878 | } |
| 879 | |
| 880 | QFont UBGraphicsCompass::font() const |
| 881 | { |
| 882 | QFont font("Arial"); |
| 883 | font.setPixelSize(8); |
| 884 | font.setBold(true); |
| 885 | return font; |
| 886 | } |
| 887 | |
| 888 | qreal UBGraphicsCompass::angleInDegrees() const |
| 889 | { |
no outgoing calls
no test coverage detected