summaryrefslogtreecommitdiff
path: root/ui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/theme.h')
-rw-r--r--ui/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/theme.h b/ui/theme.h
index 47f054d5..381664cb 100644
--- a/ui/theme.h
+++ b/ui/theme.h
@@ -27,6 +27,7 @@ class BINARYNINJAUIAPI CustomFusionStyle : public QProxyStyle
PrimitiveElement elem, const QStyleOption *option, QPainter *painter, const QWidget *widget) const override;
};
+void BINARYNINJAUIAPI pixmapForBWMaskIcon(const QString& url, QPixmap* pixmapOut, BNThemeColor color = SidebarInactiveIconColor, const QString& cacheSuffix = "");
void BINARYNINJAUIAPI initThemes();
void BINARYNINJAUIAPI resetUserThemes();