diff options
| -rw-r--r-- | ui/theme.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |
