summaryrefslogtreecommitdiff
path: root/ui/copyablelable.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-01-23 13:49:23 -0500
committerBrian Potchik <brian@vector35.com>2025-01-23 13:49:23 -0500
commit2a74060264ce1bdab1cc33e08965e6d7429be1e8 (patch)
tree1574551483ddae2bb54f15618c99b177b6354717 /ui/copyablelable.h
parent0e67c443444849b313d8d676a5506a8e025a1cf9 (diff)
Fix CopyableLabel filename.
Diffstat (limited to 'ui/copyablelable.h')
-rw-r--r--ui/copyablelable.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/ui/copyablelable.h b/ui/copyablelable.h
deleted file mode 100644
index e0b79bed..00000000
--- a/ui/copyablelable.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <QLabel>
-#include "uitypes.h"
-
-class BINARYNINJAUIAPI CopyableLabel: public QLabel
-{
- QColor m_desiredColor {};
- QString m_hiddenText;
-
-public:
- CopyableLabel(const QString& text, const QColor& color);
- void setHiddenText(const QString& text);
- void enterEvent(QEnterEvent* event) override;
- void leaveEvent(QEvent* event) override;
- void mousePressEvent(QMouseEvent* event) override;
-};