Test
C++
code posted
by
Test
created at 25 Dec 08:03
Edit
|
Back
1
2
3
4
5
6 |
ThisType::Value ThisType::genericData ( const ValueRole & role ) const
{
if ( role == ToolTipRole )
return Value::fromValue( "Generic tooltip" );
return ParentType::genericData( role );
}; |
197 Bytes in 2 ms with coderay