| 97 | } |
| 98 | |
| 99 | bool ModListProxy::onModRemoved(const std::function<void(QString const&)>& func) |
| 100 | { |
| 101 | return m_ModRemoved.connect(func).connected(); |
| 102 | } |
| 103 | |
| 104 | bool ModListProxy::onModStateChanged( |
| 105 | const std::function<void(const std::map<QString, ModStates>&)>& func) |