Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove invokable because it is already used on another method with sa…
…me name (#33247)
  • Loading branch information
3nids committed Dec 6, 2019
1 parent 567cdb3 commit d664459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsunittypes.h
Expand Up @@ -564,7 +564,7 @@ class CORE_EXPORT QgsUnitTypes
*
* \since QGIS 3.8
*/
Q_INVOKABLE static QString toAbbreviatedString( QgsUnitTypes::RenderUnit unit );
static QString toAbbreviatedString( QgsUnitTypes::RenderUnit unit );


// LAYOUT UNITS
Expand Down

0 comments on commit d664459

Please sign in to comment.