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

Method write

src/core/DataFile.cpp:225–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224
225void DataFile::write( QTextStream & _strm )
226{
227 if( type() == SongProject || type() == SongProjectTemplate
228 || type() == InstrumentTrackSettings )
229 {
230 cleanMetaNodes( documentElement() );
231 }
232
233 save(_strm, 2);
234}
235
236
237

Callers 1

writeFileMethod · 0.45

Calls 1

typeFunction · 0.50

Tested by

no test coverage detected