Reset form action

This commit is contained in:
Jakub Melka
2020-05-28 19:06:27 +02:00
parent 6c43e92bc0
commit 702ee98316
3 changed files with 164 additions and 12 deletions

View File

@ -610,6 +610,12 @@ void PDFViewerMainWindow::onActionTriggered(const pdf::PDFAction* action)
break;
}
case pdf::ActionType::ResetForm:
{
m_formManager->performResetAction(dynamic_cast<const pdf::PDFActionResetForm*>(action));
break;
}
default:
break;
}