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

Method A

plugins/debuggercommon/tests/debuggees/qlistcontainer.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10struct A {
11 explicit A(const QString& _a = QString(), const QString& _b = QString(),
12 int _c = -1, int _d = -1)
13 : a(_a), b(_b), c(_c), d(_d)
14 {}
15 bool operator==(const A& other) const
16 {
17 return a == other.a && b == other.b && c == other.c && d == other.d;

Callers

nothing calls this directly

Calls 1

QStringClass · 0.50

Tested by

no test coverage detected