summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-10-24 17:29:15 -0400
committerAlexander Taylor <alex@vector35.com>2025-11-05 11:06:21 -0500
commit0de9b1814d8b260f59d0129359a6dfa24977accb (patch)
tree83dbc0e9cf2cbcb0953797b38142a82a14929785 /ui
parenta06e230f1956de0c12e8584aaefc03c2bec739e6 (diff)
Add overload for pixmapForBWMaskIcon with QColor
Diffstat (limited to 'ui')
-rw-r--r--ui/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/theme.h b/ui/theme.h
index c780d2e8..77fedb77 100644
--- a/ui/theme.h
+++ b/ui/theme.h
@@ -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();