diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/copyablelabel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/copyablelabel.h b/ui/copyablelabel.h index e0b79bed..65802160 100644 --- a/ui/copyablelabel.h +++ b/ui/copyablelabel.h @@ -5,10 +5,12 @@ class BINARYNINJAUIAPI CopyableLabel: public QLabel { QColor m_desiredColor {}; QString m_hiddenText; + QString m_copyText; public: CopyableLabel(const QString& text, const QColor& color); void setHiddenText(const QString& text); + void setCopyText(const QString& text); void enterEvent(QEnterEvent* event) override; void leaveEvent(QEvent* event) override; void mousePressEvent(QMouseEvent* event) override; |
