Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Oct 2, 2024
1 parent bd836b8 commit 78eb80a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/maptools/abstractmaptool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ InputMapSettings *AbstractMapTool::mapSettings() const
void AbstractMapTool::setMapSettings( InputMapSettings *newMapSettings )
{
if ( mMapSettings == newMapSettings )
{
return;
}
else
{
disconnect( mMapSettings );
}

mMapSettings = newMapSettings;
emit mapSettingsChanged( mMapSettings );
Expand Down

0 comments on commit 78eb80a

Please sign in to comment.