MCPcopy Create free account
hub / github.com/KDAB/codebrowser / MySlot

Method MySlot

tests/testqt.cc:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 void sig2(TestNS::C *foo);
134public slots:
135 void MySlot() {
136 connect(this, SIGNAL(sig1(C*)), this, SLOT(deleteLater()));
137 connect(this, SIGNAL(sig2(TestNS::C*)), this, SLOT(deleteLater()));
138 }
139};
140
141}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected