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

Method doThings

tests/testqt.cc:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102public slots:
103 void doThings() {
104 connect(this, SIGNAL(ovr()), this, SLOT(doThings()));
105 connect(this, SIGNAL(ovr(int)), this, SLOT(doThings()));
106 connect(this, SIGNAL(ovr(QString)), this, SLOT(doThings()));
107 connect(this, SIGNAL(ovr(QString, int)), this, SLOT(doThings()));
108 connect(this, SIGNAL(ovr(QString*)), this, SLOT(doThings())); //error on purpose
109 }
110};
111
112class OverrideTest : public OverLoadTest {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected