bad return statement removed
This commit is contained in:
parent
f3dd88c11c
commit
c48fcbffd3
|
@ -144,7 +144,7 @@ class QSK_EXPORT QskSkinHintTableEditor
|
|||
|
||||
inline void QskSkinHintTableEditor::setHint( QskAspect aspect, const QVariant& hint )
|
||||
{
|
||||
return m_table->setHint( aspect, hint );
|
||||
m_table->setHint( aspect, hint );
|
||||
}
|
||||
|
||||
template< typename T >
|
||||
|
|
Loading…
Reference in New Issue