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

Function getCardIcon

pcsx2-qt/Settings/MemoryCardSettingsWidget.cpp:431–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431static QIcon getCardIcon(const AvailableMcdInfo& mcd)
432{
433 if (mcd.type == MemoryCardType::File)
434 return QIcon::fromTheme(QStringLiteral("memcard-line"));
435 else
436 return QIcon::fromTheme(QStringLiteral("folder-open-line"));
437}
438
439MemoryCardListWidget::MemoryCardListWidget(QWidget* parent)
440 : QTreeWidget(parent)

Callers 2

refreshMethod · 0.85
setCardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected