diff options
| author | kat <kat@vector35.com> | 2024-01-11 12:54:16 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-01-18 15:09:20 -0500 |
| commit | 44cdc49cbbcf337419b11ccd2135a804be540551 (patch) | |
| tree | 50459cbc3ba3ba87cd6c3afdf129ff89cf47145f /ui/theme.h | |
| parent | eba2c30317350785effc9a71ba3b52a2117f261d (diff) | |
Tabbar rework
Diffstat (limited to 'ui/theme.h')
| -rw-r--r-- | ui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |
