Skip to content

Commit

Permalink
Fix: Remove the double quotes from Q_DECLARE_TR_FUNCTIONS
Browse files Browse the repository at this point in the history
Remove the double quotes
  • Loading branch information
hxbb00 authored and nyalldawson committed Nov 6, 2024
1 parent a11f8aa commit 17b8181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/metadata/qgslayermetadataformatter.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
class CORE_EXPORT QgsLayerMetadataFormatter
{
Q_DECLARE_TR_FUNCTIONS( "QgsLayerMetadataFormatter" )
Q_DECLARE_TR_FUNCTIONS( QgsLayerMetadataFormatter )

public:

Expand Down

0 comments on commit 17b8181

Please sign in to comment.