| 983 | } |
| 984 | |
| 985 | UBFeature UBFeatureProperties::getCurrentElement() const |
| 986 | { |
| 987 | if ( mpElement ) |
| 988 | return *mpElement; |
| 989 | |
| 990 | return UBFeature(); |
| 991 | } |
| 992 | |
| 993 | void UBFeatureProperties::setOrigPixmap(const QPixmap &pix) |
| 994 | { |
no test coverage detected