| 18 | } |
| 19 | |
| 20 | RichStringPrivate::RichStringPrivate(const RichStringPrivate &other) |
| 21 | :QSharedData(other), fragmentTexts(other.fragmentTexts) |
| 22 | ,fragmentFormats(other.fragmentFormats) |
| 23 | , _idKey(other.idKey()), _dirty(other._dirty) |
| 24 | { |
| 25 | |
| 26 | } |
| 27 | |
| 28 | RichStringPrivate::~RichStringPrivate() |
| 29 | { |