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
16f77281
Commit
16f77281
authored
Sep 02, 2019
by
Laurent Montel
😁
Browse files
Fix Bug 411501 - Account wizard always shows busy indicator
BUG: 411501
parent
e1775992
Changes
1
Show whitespace changes
Inline
Side-by-side
src/personaldatapage.cpp
View file @
16f77281
...
@@ -50,6 +50,7 @@ PersonalDataPage::PersonalDataPage(Dialog *parent)
...
@@ -50,6 +50,7 @@ PersonalDataPage::PersonalDataPage(Dialog *parent)
QWidget
*
pageParent
=
this
;
QWidget
*
pageParent
=
this
;
ui
.
setupUi
(
pageParent
);
ui
.
setupUi
(
pageParent
);
ui
.
mProgress
->
stop
();
KPIM
::
EmailValidator
*
emailValidator
=
new
KPIM
::
EmailValidator
(
this
);
KPIM
::
EmailValidator
*
emailValidator
=
new
KPIM
::
EmailValidator
(
this
);
ui
.
emailEdit
->
setValidator
(
emailValidator
);
ui
.
emailEdit
->
setValidator
(
emailValidator
);
...
...
Write
Preview
Supports
Markdown
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