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

Method queueGetChanges

pcsx2-qt/AutoUpdaterDialog.cpp:371–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void AutoUpdaterDialog::queueGetChanges()
372{
373 if (!isSupported() || !ensureHttpReady())
374 return;
375
376 m_http->CreateRequest(QStringLiteral(CHANGES_URL).arg(BuildVersion::GitHash).arg(m_latest_version).toStdString(),
377 std::bind(&AutoUpdaterDialog::getChangesComplete, this, std::placeholders::_1, std::placeholders::_3));
378}
379
380void AutoUpdaterDialog::getChangesComplete(s32 status_code, std::vector<u8> data)
381{

Callers

nothing calls this directly

Calls 3

bindFunction · 0.85
CreateRequestMethod · 0.80
argMethod · 0.80

Tested by

no test coverage detected