MCPcopy Create free account
hub / github.com/KDE/okular / DocumentAction

Method DocumentAction

core/action.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267};
268
269DocumentAction::DocumentAction(enum DocumentActionType documentActionType)
270 : Action(*new DocumentActionPrivate(documentActionType))
271{
272}
273
274DocumentAction::~DocumentAction()
275{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected