Skip to content
Snippets Groups Projects
Commit 8874bc94 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

sip: fix sip account password onEditFinished

Change-Id: Ic308ccc2571917cba0d6bd9316a8d0d4b3b29599
parent ab934442
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,6 @@ ColumnLayout {
itemWidth: root.itemWidth
echoMode: TextInput.Password
onEditFinished:nCurrentAccount.password = textField
onEditFinished: CurrentAccount.password = textField
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment