| 9 | } |
| 10 | |
| 11 | std::shared_ptr<AnnotationGroup> QtAnnotationGroup::getAnnotationGroup() const { |
| 12 | return _annotationGroup; |
| 13 | } |
| 14 | |
| 15 | QDataStream &operator<<(QDataStream &out, QtAnnotationGroup* const &rhs) { |
| 16 | out.writeRawData(reinterpret_cast<const char*>(&rhs), sizeof(rhs)); |
no outgoing calls
no test coverage detected