#5559 Add Save to Pdf icon

This commit is contained in:
Jacob Støren
2020-03-30 16:51:31 +02:00
parent c587358e79
commit 773fa0fcd5
4 changed files with 3 additions and 5 deletions

View File

@@ -86,9 +86,6 @@ void RicSnapshotViewToPdfFeature::onActionTriggered( bool isChecked )
//--------------------------------------------------------------------------------------------------
void RicSnapshotViewToPdfFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "PDF" );
// TODO : When icon is created, use the text below
// actionToSetup->setText( "Export View To PDF" );
// actionToSetup->setIcon( QIcon( ":/SnapShotSave.png" ) );
actionToSetup->setText( "Export View To PDF" );
actionToSetup->setIcon( QIcon( ":/PdfSave.png" ) );
}