summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2023-11-07 12:46:34 -0500
committerAlexander Taylor <alex@vector35.com>2023-11-07 12:46:34 -0500
commit21d0e13ec5623a8aecd5c52b6790a2235f30a4e5 (patch)
treed8f3c09a5eea3809e0b8d403951f457adc3e77d9
parent8a8ebbe2358f5ddfa8a5f59adcbd0e19d9e9b9f8 (diff)
Revert "Add support for transient scrollbars."
This reverts commit 40642b7fc3b212066093952e4adcd77da5e18177.
-rw-r--r--ui/theme.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/theme.h b/ui/theme.h
index 1109ec9f..bb7a8153 100644
--- a/ui/theme.h
+++ b/ui/theme.h
@@ -25,8 +25,6 @@ class BINARYNINJAUIAPI CustomFusionStyle : public QProxyStyle
QStyle::SubElement element, const QStyleOption *option, const QWidget *widget) const override;
virtual void drawPrimitive(
PrimitiveElement elem, const QStyleOption *option, QPainter *painter, const QWidget *widget) const override;
- virtual int styleHint(
- QStyle::StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const override;
};