MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / onModMoved

Method onModMoved

src/modlistproxy.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110bool ModListProxy::onModMoved(const std::function<void(const QString&, int, int)>& func)
111{
112 return m_ModMoved.connect(func).connected();
113}

Callers 1

connectSignalsMethod · 0.45

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected