Skip to content

Commit 0de9b18

Browse files
CouleeAppsfuzyll
authored andcommitted
Add overload for pixmapForBWMaskIcon with QColor
1 parent a06e230 commit 0de9b18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/theme.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class BINARYNINJAUIAPI CustomFusionStyle : public QProxyStyle
4848
};
4949

5050
void BINARYNINJAUIAPI pixmapForBWMaskIcon(const QString& url, QPixmap* pixmapOut, BNThemeColor color = SidebarActiveIconColor, const QString& cacheSuffix = "");
51+
void BINARYNINJAUIAPI pixmapForBWMaskIcon(const QString& url, QPixmap* pixmapOut, QColor color, const QString& cacheSuffix = "");
5152

5253
void BINARYNINJAUIAPI initThemes();
5354
void BINARYNINJAUIAPI resetUserThemes();

0 commit comments

Comments
 (0)