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

Method EditFormListCommand

core/documentcommands.cpp:487–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487EditFormListCommand::EditFormListCommand(Okular::DocumentPrivate *docPriv, FormFieldChoice *form, int pageNumber, const QList<int> &newChoices, const QList<int> &prevChoices)
488 : m_docPriv(docPriv)
489 , m_form(form)
490 , m_pageNumber(pageNumber)
491 , m_newChoices(newChoices)
492 , m_prevChoices(prevChoices)
493{
494 setText(i18nc("Edit a list form's choices", "edit list form choices"));
495}
496
497void EditFormListCommand::undo()
498{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected