Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
class MyObjectPrivate {
5
public:
6
void myPrivateSlot();
7
};
8
9
class MyObject : public QObject {
10
Q_OBJECT
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected