Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 19, 2024
1 parent 8c169f4 commit e4f1647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/appinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ void AppInterface::importUrl( const QString &url )
}
}

// cppcheck-suppress nullPointer
tmpFile->remove();
emit importEnded();
} );
Expand Down

1 comment on commit e4f1647

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.