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

Method savePos

src/core/Song.cpp:182–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181
182void Song::savePos()
183{
184 TimeLineWidget * tl = m_playPos[m_playMode].m_timeLine;
185
186 if( tl != NULL )
187 {
188 tl->savePos( m_playPos[m_playMode] );
189 }
190}
191
192
193

Callers 1

stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected