Navigation Menu

Skip to content

Commit

Permalink
code layout
Browse files Browse the repository at this point in the history
Co-Authored-By: Mathieu Pellerin <nirvn.asia@gmail.com>
  • Loading branch information
3nids and nirvn committed Mar 23, 2020
1 parent 0e215c3 commit c168e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsproxystyle.h
Expand Up @@ -57,7 +57,7 @@ class GUI_EXPORT QgsAppStyle : public QProxyStyle
explicit QgsAppStyle( const QString &base );
QPixmap generatedIconPixmap( QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt ) const override;

QString baseStyle() const {return mBaseStyle;}
QString baseStyle() const { return mBaseStyle; }

/**
* Returns a new QgsAppStyle instance, with the same base style as this instance.
Expand Down

0 comments on commit c168e75

Please sign in to comment.