Searched refs:m_passwordEchoEnabled (Results 1 – 2 of 2) sorted by relevance
466 void setPasswordEchoEnabled(bool flag) { m_passwordEchoEnabled = flag; } in setPasswordEchoEnabled()467 bool passwordEchoEnabled() const { return m_passwordEchoEnabled; } in passwordEchoEnabled()644 bool m_passwordEchoEnabled : 1; variable
200 , m_passwordEchoEnabled(true) in Settings()202 , m_passwordEchoEnabled(false) in Settings()