| 1590 | } |
| 1591 | |
| 1592 | bool GuiInspectorTypeName::verifyData( StringTableEntry data ) |
| 1593 | { |
| 1594 | return validateObjectName( data, mInspector->getInspectObject() ); |
| 1595 | } |
| 1596 | |
| 1597 | |
| 1598 | //----------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected