MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / backgroundData

Method backgroundData

src/pluginlist.cpp:1235–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233}
1234
1235QVariant PluginList::backgroundData(const QModelIndex& modelIndex) const
1236{
1237 const int index = modelIndex.row();
1238
1239 if (m_ESPs[index].modSelected) {
1240 return Settings::instance().colors().pluginListContained();
1241 }
1242
1243 return {};
1244}
1245
1246QVariant PluginList::fontData(const QModelIndex& modelIndex) const
1247{

Callers

nothing calls this directly

Calls 1

pluginListContainedMethod · 0.80

Tested by

no test coverage detected