MCPcopy Create free account
hub / github.com/LMMS/lmms / saveSettings

Method saveSettings

src/core/PeakController.cpp:138–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138void PeakController::saveSettings( QDomDocument & _doc, QDomElement & _this )
139{
140 if( m_peakEffect )
141 {
142 Controller::saveSettings( _doc, _this );
143
144 _this.setAttribute( "effectId", m_peakEffect->m_effectId );
145 }
146}
147
148
149

Callers

nothing calls this directly

Calls 1

saveSettingsFunction · 0.85

Tested by

no test coverage detected