diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-01-18 00:56:05 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-01-18 15:09:20 -0500 |
| commit | 60d69dba06adb8ea442ee5e28c1bfda5290818e1 (patch) | |
| tree | bf47eb633c65ece098619ecd7e281053dfe741a1 /ui/theme.h | |
| parent | 253f277a667b1125dff6da27cd06c14a8edcaf5d (diff) | |
Standardize variable name across methods.
Diffstat (limited to 'ui/theme.h')
| -rw-r--r-- | ui/theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ class BINARYNINJAUIAPI CustomFusionStyle : public QProxyStyle virtual QRect subElementRect( QStyle::SubElement element, const QStyleOption *option, const QWidget *widget) const override; virtual void drawPrimitive( - PrimitiveElement elem, const QStyleOption *option, QPainter *painter, const QWidget *widget) const override; + PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const override; }; void BINARYNINJAUIAPI pixmapForBWMaskIcon(const QString& url, QPixmap* pixmapOut, BNThemeColor color = SidebarActiveIconColor, const QString& cacheSuffix = ""); |
