| 102 | } |
| 103 | |
| 104 | bool ModListProxy::onModStateChanged( |
| 105 | const std::function<void(const std::map<QString, ModStates>&)>& func) |
| 106 | { |
| 107 | return m_ModStateChanged.connect(func).connected(); |
| 108 | } |
| 109 | |
| 110 | bool ModListProxy::onModMoved(const std::function<void(const QString&, int, int)>& func) |
| 111 | { |