| 105 | } |
| 106 | |
| 107 | void UnsureType::addType(const KDevelop::IndexedType& type) |
| 108 | { |
| 109 | if (!d_func_dynamic()->m_typesList().contains(type)) { |
| 110 | d_func_dynamic()->m_typesList().append(type); |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | void UnsureType::removeType(const KDevelop::IndexedType& type) |
| 115 | { |
no test coverage detected