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
Kleopatra
Commits
9abbbddb
Commit
9abbbddb
authored
Dec 16, 2020
by
Ingo Klöcker
Browse files
Make sure that status information is updated after UI setup
parent
0b12d770
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/adduseriddialog.cpp
View file @
9abbbddb
...
...
@@ -125,7 +125,6 @@ public:
:
q
(
qq
),
ui
(
q
)
{
}
private:
...
...
@@ -223,7 +222,8 @@ private:
AddUserIDDialog
::
AddUserIDDialog
(
QWidget
*
p
)
:
QDialog
(
p
),
d
(
new
Private
(
this
))
{
// explicitly trigger an update after setup is complete
d
->
slotUserIDChanged
();
}
AddUserIDDialog
::~
AddUserIDDialog
()
{}
...
...
@@ -316,7 +316,6 @@ bool AddUserIDDialog::Private::isComplete() const
void
AddUserIDDialog
::
Private
::
slotUserIDChanged
()
{
ui
.
okPB
()
->
setEnabled
(
isComplete
());
const
QString
name
=
q
->
name
();
...
...
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