MCPcopy Create free account
hub / github.com/QNapi/qnapi / toString

Method toString

libqnapi/src/config/scanconfig.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include <QTextStream>
17
18QString ScanConfig::toString() const {
19 QString s;
20 QTextStream(&s) << "lastDir: " << lastDir() << endl
21 << "skipIfSubtitlesExist: " << skipIfSubtitlesExist() << endl
22 << "filters: " << filters().join("; ") << endl
23 << "skipFilters: " << skipFilters() << endl;
24 return s;
25}

Callers 7

lookForSubtitlesMethod · 0.45
loginMethod · 0.45
readConfigMethod · 0.45
readGeneralConfigMethod · 0.45
readEngineConfigMethod · 0.45
readScanConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected