MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / CoverDownloadThread

Method CoverDownloadThread

pcsx2-qt/CoverDownloadDialog.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166CoverDownloadDialog::CoverDownloadThread::CoverDownloadThread(QWidget* parent, const QString& urls, bool use_serials)
167 : QtAsyncProgressThread(parent)
168 , m_use_serials(use_serials)
169{
170 for (const QString& str : urls.split(QChar('\n')))
171 m_urls.push_back(str.toStdString());
172}
173
174CoverDownloadDialog::CoverDownloadThread::~CoverDownloadThread() = default;
175

Callers

nothing calls this directly

Calls 2

splitMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected