Alireza
C
code posted
by
Alireza
created at 25 Dec 08:04, updated at 29 Dec 11:16
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