diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-10-24 17:29:15 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-11-05 11:06:21 -0500 |
| commit | 0de9b1814d8b260f59d0129359a6dfa24977accb (patch) | |
| tree | 83dbc0e9cf2cbcb0953797b38142a82a14929785 /ui | |
| parent | a06e230f1956de0c12e8584aaefc03c2bec739e6 (diff) | |
Add overload for pixmapForBWMaskIcon with QColor
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ class BINARYNINJAUIAPI CustomFusionStyle : public QProxyStyle }; void BINARYNINJAUIAPI pixmapForBWMaskIcon(const QString& url, QPixmap* pixmapOut, BNThemeColor color = SidebarActiveIconColor, const QString& cacheSuffix = ""); +void BINARYNINJAUIAPI pixmapForBWMaskIcon(const QString& url, QPixmap* pixmapOut, QColor color, const QString& cacheSuffix = ""); void BINARYNINJAUIAPI initThemes(); void BINARYNINJAUIAPI resetUserThemes(); |
