| 98 | } |
| 99 | |
| 100 | void Meta::Version::setTime(const qint64 time) |
| 101 | { |
| 102 | m_time = time; |
| 103 | emit timeChanged(); |
| 104 | } |
| 105 | |
| 106 | void Meta::Version::setRequires(const Meta::RequireSet& reqs, const Meta::RequireSet& conflicts) |
| 107 | { |
no outgoing calls
no test coverage detected