summaryrefslogtreecommitdiff
path: root/ui/theme.h
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2024-01-18 00:56:05 -0500
committerAlexander Taylor <alex@vector35.com>2024-01-18 15:09:20 -0500
commit60d69dba06adb8ea442ee5e28c1bfda5290818e1 (patch)
treebf47eb633c65ece098619ecd7e281053dfe741a1 /ui/theme.h
parent253f277a667b1125dff6da27cd06c14a8edcaf5d (diff)
Standardize variable name across methods.
Diffstat (limited to 'ui/theme.h')
-rw-r--r--ui/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/theme.h b/ui/theme.h
index 427c1779..8bb9d509 100644
--- a/ui/theme.h
+++ b/ui/theme.h
@@ -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 = "");