* Check whether this Path is valid. * * @return true if the Path is valid, i.e. contains data, false otherwise. */
| 194 | * @return true if the Path is valid, i.e. contains data, false otherwise. |
| 195 | */ |
| 196 | inline bool isValid() const |
| 197 | { |
| 198 | return !m_data.isEmpty(); |
| 199 | } |
| 200 | |
| 201 | /** |
| 202 | * Check whether this Path is empty. |
no test coverage detected