summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-10-23 09:44:00 -0400
committerJordan Wiens <github@psifertex.com>2025-10-23 09:44:00 -0400
commit13df4da7e74aa59797e9156121d6953f8f6bde23 (patch)
tree5e00a37c527a2f2a22097481db058112ace5412c /ui
parent321fd674a74f84b12151987e15f835202b7ee08a (diff)
remove context menu for show/hide password dialog
Diffstat (limited to 'ui')
-rw-r--r--ui/passwordedit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/passwordedit.h b/ui/passwordedit.h
index 0e84ac5b..93b44427 100644
--- a/ui/passwordedit.h
+++ b/ui/passwordedit.h
@@ -17,7 +17,4 @@ public:
protected:
void resizeEvent(QResizeEvent* event) override;
-
-private slots:
- void showContextMenu(const QPoint& pos);
};