Skip to content

Commit a905b1a

Browse files
YoannQDQnyalldawson
authored andcommittedApr 24, 2023
Fix clazy warning
1 parent 4891c9f commit a905b1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/app/options/qgsuserprofileoptions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ void QgsUserProfileOptionsWidget::apply()
106106
void QgsUserProfileOptionsWidget::onChangeIconClicked()
107107
{
108108
auto activeProfile = QgisApp::instance()->userProfileManager()->userProfile();
109-
const QString profileName = activeProfile->name();
110109
const QString iconPath = QFileDialog::getOpenFileName( this, tr( "Select icon" ), "", tr( "Images (*.png *.jpg *.jpeg *.gif *.bmp *.svg)" ) );
111110
if ( !iconPath.isEmpty() )
112111
{

0 commit comments

Comments
 (0)
Please sign in to comment.