Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 25, 2018
1 parent 0959e9f commit cd509de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/native/qgsnative.h
Expand Up @@ -136,7 +136,8 @@ class NATIVE_EXPORT QgsNative : public QObject
virtual void setApplicationBadgeCount( int count );

/**
* Returns true if the operating system is set to utilise a "dark" theme.
* Returns true if the operating system is set to utilize a "dark" theme.
* \since QGIS 3.4
*/
virtual bool hasDarkTheme() {return false;}

Expand Down

0 comments on commit cd509de

Please sign in to comment.