Skip to content
Verified Commit d47c29c4 authored by Franz Baumgärtner's avatar Franz Baumgärtner
Browse files

fix UI elements being used before initialization

commit 18bc7e43 introduced calls to setRevealPasswordAvailable() on
password fields.

those calls happened before m_ui->password and m_ui->customPassword
were initialized by the call to m_ui->setupUI(),
and led to a crash when trying to open the settings of an IMAP account.

BUG: 439991
parent 47b49d18
Pipeline #72340 failed with stage
in 24 minutes
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment