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

Method onFinishedRun

src/organizerproxy.cpp:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352bool OrganizerProxy::onFinishedRun(
353 const std::function<void(const QString&, unsigned int)>& func)
354{
355 return m_Proxied->onFinishedRun(MOShared::callIfPluginActive(this, func)).connected();
356}
357
358bool OrganizerProxy::onUserInterfaceInitialized(
359 std::function<void(QMainWindow*)> const& func)

Callers 1

connectSignalsMethod · 0.45

Calls 1

callIfPluginActiveFunction · 0.85

Tested by

no test coverage detected