| 88 | } |
| 89 | |
| 90 | bool PluginListProxy::onPluginMoved( |
| 91 | const std::function<void(const QString&, int, int)>& func) |
| 92 | { |
| 93 | return m_PluginMoved.connect(func).connected(); |
| 94 | } |
| 95 | |
| 96 | bool PluginListProxy::onPluginStateChanged( |
| 97 | const std::function<void(const std::map<QString, PluginStates>&)>& func) |