Qt 4.3 compatibility
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1260 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -98,12 +98,12 @@ public:
|
||||
|
||||
inline model * getModel( void )
|
||||
{
|
||||
return( m_model.data() );
|
||||
return( m_model );
|
||||
}
|
||||
|
||||
inline const model * getModel( void ) const
|
||||
{
|
||||
return( m_model.data() );
|
||||
return( m_model );
|
||||
}
|
||||
|
||||
template<class T>
|
||||
|
||||
Reference in New Issue
Block a user