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:
Tobias Doerffel
2008-07-18 13:02:42 +00:00
parent 0072b78a72
commit b56b072a3a
5 changed files with 39 additions and 10 deletions

View File

@@ -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() ) );