Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ process
Method
process
core/painterprofilingreplayer.cpp:35–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void process(const QPaintBufferCommand &cmd) override
36
{
37
if (painter->paintEngine()->isExtended())
38
QPaintEngineExReplayer::process(cmd);
39
else
40
QPainterReplayer::process(cmd);
41
}
42
};
43
44
}
Callers
1
profile
Method · 0.45
Calls
1
paintEngine
Method · 0.45
Tested by
no test coverage detected