Skip to content

Commit

Permalink
Remove obsolete action
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubMelka committed Dec 31, 2024
1 parent f8d7026 commit 0df7d7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Pdf4QtEditorPlugins/EditorPlugin/editorplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ void EditorPlugin::setWidget(pdf::PDFWidget* widget)
QAction* createDotAction = new QAction(QIcon(":/pdfplugins/editorplugin/create-dot.svg"), tr("Create &Dot"), this);
QAction* createSvgImageAction = new QAction(QIcon(":/pdfplugins/editorplugin/create-svg-image.svg"), tr("Create &SVG Image"), this);
QAction* clearAction = new QAction(QIcon(":/pdfplugins/editorplugin/clear.svg"), tr("Clear A&ll Graphics"), this);
QAction* certificatesAction = new QAction(QIcon(":/pdfplugins/editorplugin/certificates.svg"), tr("Certificates &Manager"), this);

activateAction->setObjectName("editortool_activateAction");
createTextAction->setObjectName("editortool_createTextAction");
Expand All @@ -83,7 +82,6 @@ void EditorPlugin::setWidget(pdf::PDFWidget* widget)
createDotAction->setObjectName("editortool_createDotAction");
createSvgImageAction->setObjectName("editortool_createSvgImageAction");
clearAction->setObjectName("editortool_clearAction");
certificatesAction->setObjectName("editortool_certificatesAction");

activateAction->setCheckable(true);
createTextAction->setCheckable(true);
Expand Down

0 comments on commit 0df7d7f

Please sign in to comment.