MCPcopy Create free account
hub / github.com/KDE/gwenview / ImageOperationCommand

Method ImageOperationCommand

lib/abstractimageoperation.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38{
39public:
40 ImageOperationCommand(AbstractImageOperation *op)
41 : mOp(op)
42 {
43 }
44
45 ~ImageOperationCommand() override
46 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected