summaryrefslogtreecommitdiff
path: root/ui/passwordedit.h
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-10-22 16:51:01 -0400
committerJordan Wiens <github@psifertex.com>2025-10-22 16:51:07 -0400
commit186c7aafc9a275e0b5d23e176d46ece6bcfe5ec3 (patch)
tree1e5393e40fc233a123686ee764eda35f3b77971f /ui/passwordedit.h
parentadf70fe4bd7fd38884467f9f910867cdd918120b (diff)
masked settings icon change
Diffstat (limited to 'ui/passwordedit.h')
-rw-r--r--ui/passwordedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/passwordedit.h b/ui/passwordedit.h
index 12db5f5c..0e84ac5b 100644
--- a/ui/passwordedit.h
+++ b/ui/passwordedit.h
@@ -3,13 +3,13 @@
#include <QtWidgets/QLineEdit>
#include "uitypes.h"
-class ClickableLabel;
+class ClickableIcon;
class BINARYNINJAUIAPI PasswordEdit: public QLineEdit
{
Q_OBJECT
- ClickableLabel* m_toggleLabel;
+ ClickableIcon* m_toggleIcon;
void updateToggleIcon();
public: