diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2017-11-30 16:37:14 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2017-11-30 16:37:14 -0600 |
| commit | d7bc542b3d1a96a546d48850e61d3ecdc953c4cc (patch) | |
| tree | 8a02758752b525a32876a687ae207962b7e5be9a /src/modinfo.cpp | |
| parent | 977d562976a06b9d98e08197d28dfca7cb3d229e (diff) | |
Implement mod/plugin highlighting when pair is selected
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 5d3c1e41..77df6216 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -301,6 +301,11 @@ void ModInfo::setVersion(const VersionInfo &version) m_Version = version; } +void ModInfo::setPluginSelected(const bool &isSelected) +{ + m_PluginSelected = isSelected; +} + void ModInfo::addCategory(const QString &categoryName) { int id = CategoryFactory::instance().getCategoryID(categoryName); |
