Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 13, 2020
1 parent 0a3f40a commit 56b3494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsapplication.sip.in
Expand Up @@ -362,7 +362,7 @@ Helper to get a theme icon as a pixmap. It will fall back to the
default theme if the active theme does not have the required icon.

If ``foreColor`` or ``backColor`` are specified, then these colors will
be used for parameterized colors in SVG files wherever available. If
be used for parametrized colors in SVG files wherever available. If
colors are specified then the ``size`` argument also must be set.
%End

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsapplication.h
Expand Up @@ -382,7 +382,7 @@ class CORE_EXPORT QgsApplication : public QApplication
* default theme if the active theme does not have the required icon.
*
* If \a foreColor or \a backColor are specified, then these colors will
* be used for parameterized colors in SVG files wherever available. If
* be used for parametrized colors in SVG files wherever available. If
* colors are specified then the \a size argument also must be set.
*/
static QPixmap getThemePixmap( const QString &name, const QColor &foreColor = QColor(), const QColor &backColor = QColor(), int size = 16 );
Expand Down

0 comments on commit 56b3494

Please sign in to comment.