| 99 | virtual std::string dragDataType() const { return {}; } |
| 100 | |
| 101 | virtual bool isEditable( const ModelIndex& ) const { return false; } |
| 102 | |
| 103 | bool isValid( const ModelIndex& index ) const { |
| 104 | auto parentIndex = this->parentIndex( index ); |
no outgoing calls
no test coverage detected