MCPcopy Create free account
hub / github.com/davy7125/polyphone / getInputFilesAsString

Method getInputFilesAsString

sources/options.cpp:305–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305QString Options::getInputFilesAsString()
306{
307 // All files
308 QStringList filesToOpen = _inputFiles;
309 filesToOpen.removeAll("");
310 QString str = filesToOpen.join('|');
311
312 // Possible add the player options
313 if (_playerOptions != nullptr)
314 str += "||" + _playerOptions->toString();
315
316 return str;
317}

Callers 2

launchApplicationFunction · 0.80
mainFunction · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected