| 33 | bool hidden{}; |
| 34 | |
| 35 | QErrorPathItem getErrorPathItem() const { |
| 36 | if (!errorItem || mErrorPathIndex < 0 || mErrorPathIndex >= errorItem->errorPath.size()) |
| 37 | return {}; |
| 38 | return errorItem->errorPath[mErrorPathIndex]; |
| 39 | } |
| 40 | |
| 41 | Type getType() const { |
| 42 | return mType; |