Skip to content

Don't emit twice passwordChanged

Laurent Montel requested to merge work/fix_emit_signal into master

If we call setPassword we will emit passwordChanged + lineedit::textChanged will emit it too. Replace it by textEdited. (bug found when I implemented autotest in ruqola)

Merge request reports