Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail Account Wizard
Commits
62c32d0c
Commit
62c32d0c
authored
Jun 24, 2021
by
Laurent Montel
😁
Browse files
Honor KDE Kiosk setting lineedit_reveal_password
parent
32743860
Pipeline
#67349
passed with stage
in 6 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/personaldatapage.cpp
View file @
62c32d0c
...
...
@@ -14,6 +14,7 @@
#include "transport.h"
#include <config-enterprise.h>
#include <KAuthorized>
#include <KEmailAddress>
#include <PimCommon/EmailValidator>
...
...
@@ -37,6 +38,7 @@ PersonalDataPage::PersonalDataPage(Dialog *parent)
ui
.
setupUi
(
pageParent
);
ui
.
mProgress
->
stop
();
ui
.
passwordEdit
->
setRevealPasswordAvailable
(
KAuthorized
::
authorize
(
QStringLiteral
(
"lineedit_reveal_password"
)));
auto
*
emailValidator
=
new
PimCommon
::
EmailValidator
(
this
);
ui
.
emailEdit
->
setValidator
(
emailValidator
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment