Skip to content

Commit cd509de

Browse files
authored
fix typo
1 parent 0959e9f commit cd509de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/native/qgsnative.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ class NATIVE_EXPORT QgsNative : public QObject
136136
virtual void setApplicationBadgeCount( int count );
137137

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

0 commit comments

Comments
 (0)