We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0959e9f commit cd509deCopy full SHA for cd509de
src/native/qgsnative.h
@@ -136,7 +136,8 @@ class NATIVE_EXPORT QgsNative : public QObject
136
virtual void setApplicationBadgeCount( int count );
137
138
/**
139
- * 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.
140
+ * \since QGIS 3.4
141
*/
142
virtual bool hasDarkTheme() {return false;}
143
0 commit comments