MCPcopy Create free account
hub / github.com/KDE/kdevelop / signalEmitted

Method signalEmitted

kdevplatform/tests/kdevsignalspy.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void KDevSignalSpy::signalEmitted()
40{
41 m_emitted = true;
42 disconnect(m_obj, nullptr, this, nullptr);
43 m_timer->stop();
44 m_loop->quit();
45}
46} // KDevelop
47
48#include "moc_kdevsignalspy.cpp"

Callers

nothing calls this directly

Calls 2

stopMethod · 0.80
quitMethod · 0.80

Tested by

no test coverage detected