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

Class MyObjectPrivate

tests/testqt.cc:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <QtTest/QSignalSpy>
3
4class MyObjectPrivate {
5public:
6 void myPrivateSlot();
7};
8
9class MyObject : public QObject {
10 Q_OBJECT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected