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

Method superSlot2

tests/testqt.cc:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65#define CONNECT connect(sender(), SIGNAL(objectNameChanged(QString)), qApp, SLOT(quit()))
66
67void MyObject::superSlot2(void*)
68{
69 QTimer::singleShot(154, this, SLOT(superSlot2()));
70
71 DO( _, connect(sender(), SIGNAL( destroyed(QObject*)), qApp, SLOT(quit())) );
72
73 CONNECT;
74
75 QSignalSpy s(qApp, SIGNAL(applicationNameChanged()));
76}
77
78
79void MyObject::anotherSlot(const QString& str1, unsigned int i1, const QMap< int, QString >& map)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected