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

Method disconnectSignals

src/modlistproxy.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void ModListProxy::disconnectSignals()
31{
32 for (auto& conn : m_Connections) {
33 conn.disconnect();
34 }
35 m_Connections.clear();
36}
37
38QString ModListProxy::displayName(const QString& internalName) const
39{

Callers 1

unloadPluginMethod · 0.45

Calls 2

disconnectMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected