MCPcopy Create free account
hub / github.com/KDE/kdevelop / SomeCustomType

Class SomeCustomType

plugins/debuggercommon/tests/debuggees/qvariant.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QObject>
4
5struct SomeCustomType {
6 int foo = 42;
7};
8Q_DECLARE_METATYPE(SomeCustomType)
9
10int main()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68