| 55 | ModFilterWidget(Version def, QWidget* parent = nullptr); |
| 56 | |
| 57 | inline auto mcVersionStr() const -> QString { return m_instance ? m_instance->getPackProfile()->getComponentVersion("net.minecraft") : ""; } |
| 58 | inline auto mcVersion() const -> Version { return { mcVersionStr() }; } |
| 59 | |
| 60 | private slots: |
nothing calls this directly
no test coverage detected