| 62 | } |
| 63 | |
| 64 | VcsRevision::RevisionSpecialType VcsRevision::specialType() const |
| 65 | { |
| 66 | Q_ASSERT(d->type==Special); |
| 67 | return d->value.value<RevisionSpecialType>(); |
| 68 | } |
| 69 | |
| 70 | QVariant VcsRevision::revisionValue() const |
| 71 | { |
no outgoing calls
no test coverage detected