Home GnuPG

Add missing finishedShow() signal connection in PasswordDialog constructor

Description

Add missing finishedShow() signal connection in PasswordDialog constructor

Commit 990b89c0ee6231 ("Removed unused headers from mainwindow.cpp. Disable UseTrayIcon if it's not available for the OS.")
moved Pass finishedShow() signal connection for a PasswordDialog from
MainWindow::setPassword() to the (first) PasswordDialog constructor.

However PasswordDialog has actually two constructors, and the second one
needs to make this connection, too, otherwise the "Edit password" function
does not load the edited entry data.

See:
https://github.com/IJHack/QtPass/issues/423
https://github.com/IJHack/QtPass/issues/465
https://github.com/IJHack/QtPass/issues/470

Details

Provenance
mssAuthored on Sep 8 2019, 5:53 PM
Parents
rGPGPASS87217d3be810: Merge branch 'Noettore-feature/renameEntry'
Branches
Unknown
Tags
Unknown

Event Timeline