comparison layer/FlexiNoteLayer.cpp @ 703:cc6b21976261 tonioni

Compile fix
author Chris Cannam
date Wed, 04 Dec 2013 13:55:17 +0000
parents ceb9a2992d96
children 797eb48f38c1
comparison
equal deleted inserted replaced
702:ceb9a2992d96 703:cc6b21976261
119 } 119 }
120 return SingleColourLayer::getPropertyGroupName(name); 120 return SingleColourLayer::getPropertyGroupName(name);
121 } 121 }
122 122
123 QString 123 QString
124 NoteLayer::getScaleUnits() const 124 FlexiNoteLayer::getScaleUnits() const
125 { 125 {
126 if (m_model) return m_model->getScaleUnits(); 126 if (m_model) return m_model->getScaleUnits();
127 else return ""; 127 else return "";
128 } 128 }
129 129