Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 18, 2024
1 parent 955a9a4 commit 4f4fc96
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

0 comments on commit 4f4fc96

Please sign in to comment.