Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/codebrowser
/ operator+
Method
operator+
tests/testqt.cc:152–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
class QQQQQ {
151
public:
152
void operator+(int) {}
153
};
154
void dontcrash() {
155
QQQQQ q; q + 4;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected