summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2024-11-06 14:31:47 -0500
committerAlexander Taylor <alex@vector35.com>2024-11-06 14:31:47 -0500
commit5dab6c9471f5dcef4956525029a33788c2a6b1ef (patch)
tree6dfdb5264c4986f783607a83518996ef80a4026d
parent30753ee362f782c6fc4e96dfc1a854983f67e48c (diff)
Revert "add new tool button with background"
This reverts commit b6d1aed922c28193038c9e42133e32eba6cd6758.
-rw-r--r--ui/theme.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/theme.h b/ui/theme.h
index 71e51804..c6b8f607 100644
--- a/ui/theme.h
+++ b/ui/theme.h
@@ -22,14 +22,6 @@ public:
};
-class BINARYNINJAUIAPI CustomStyleFlatToolButtonWithBackground : public QToolButton
-{
-Q_OBJECT
-public:
- CustomStyleFlatToolButtonWithBackground(QWidget* parent = nullptr) : QToolButton(parent) {}
-};
-
-
class BINARYNINJAUIAPI CustomStyleFlatToolButton : public QToolButton
{
Q_OBJECT