| 177 | } |
| 178 | |
| 179 | bool QtAnnotation::getEditable() const { |
| 180 | return _editable; |
| 181 | } |
| 182 | |
| 183 | QDataStream &operator<<(QDataStream &out, QtAnnotation* const &rhs) { |
| 184 | out.writeRawData(reinterpret_cast<const char*>(&rhs), sizeof(rhs)); |
no outgoing calls
no test coverage detected