Skip to content

Commit

Permalink
Remove unused options search widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 24, 2017
1 parent 83db0fb commit 5f1a512
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/qgsoptionsdialogbase.cpp
Expand Up @@ -276,6 +276,10 @@ void QgsOptionsDialogBase::registerTextSearchWidgets()
QgsDebugMsg( QString( "Registering: %1" ).arg( w->objectName() ) );
mRegisteredSearchWidgets.append( qMakePair( shw, i ) );
}
else
{
delete shw;
}
}
}
}
Expand Down

0 comments on commit 5f1a512

Please sign in to comment.