From 13df4da7e74aa59797e9156121d6953f8f6bde23 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 23 Oct 2025 09:44:00 -0400 Subject: remove context menu for show/hide password dialog --- ui/passwordedit.h | 3 --- 1 file changed, 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); }; -- cgit v1.3.1