summaryrefslogtreecommitdiff
path: root/ui/theme.h
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2024-01-11 12:54:16 -0500
committerAlexander Taylor <alex@vector35.com>2024-01-18 15:09:20 -0500
commit44cdc49cbbcf337419b11ccd2135a804be540551 (patch)
tree50459cbc3ba3ba87cd6c3afdf129ff89cf47145f /ui/theme.h
parenteba2c30317350785effc9a71ba3b52a2117f261d (diff)
Tabbar rework
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();