Skip to content

Commit

Permalink
clang-tidy: remove clang-analyzer-optin.cplusplus.VirtualCall warning…
Browse files Browse the repository at this point in the history
… in QgsFcgiServerResponse
  • Loading branch information
benoitdm-oslandia committed Jan 2, 2025
1 parent aca01a3 commit 5b86cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsfcgiserverresponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,5 @@ void QgsFcgiServerResponse::truncate()

void QgsFcgiServerResponse::setDefaultHeaders()
{
setHeader( QStringLiteral( "Server" ), QStringLiteral( " QGIS FCGI server - QGIS version %1" ).arg( Qgis::version() ) );
mHeaders.insert( QStringLiteral( "Server" ), QStringLiteral( " QGIS FCGI server - QGIS version %1" ).arg( Qgis::version() ) );
}

0 comments on commit 5b86cc2

Please sign in to comment.