mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Reset form action
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user