mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-06 13:56:29 -04:00
added more values for displayName-property
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1334 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
|
||||
meterModel::meterModel( ::model * _parent ) :
|
||||
model( _parent ),
|
||||
m_numeratorModel( 4, 1, 32, this ),
|
||||
m_denominatorModel( 4, 1, 32, this )
|
||||
m_numeratorModel( 4, 1, 32, this, tr( "Numerator" ) ),
|
||||
m_denominatorModel( 4, 1, 32, this, tr( "Denominator" ) )
|
||||
{
|
||||
connect( &m_numeratorModel, SIGNAL( dataChanged() ),
|
||||
this, SIGNAL( dataChanged() ) );
|
||||
|
||||
Reference in New Issue
Block a user