Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
39
public:
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