Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
0d50e0a4
Commit
0d50e0a4
authored
Nov 5, 2019
by
Andreas Traczyk
Committed by
Ming Rui Zhang
Nov 6, 2019
Browse files
Options
Downloads
Patches
Plain Diff
wizard: remove dangling qobject connection
Change-Id: I3100ff7b8964bcc0be469c22a27965717a84f665
parent
d8ca7c55
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
newwizardwidget.cpp
+5
-7
5 additions, 7 deletions
newwizardwidget.cpp
newwizardwidget.h
+0
-1
0 additions, 1 deletion
newwizardwidget.h
with
5 additions
and
8 deletions
newwizardwidget.cpp
+
5
−
7
View file @
0d50e0a4
...
...
@@ -97,6 +97,11 @@ NewWizardWidget::NewWizardWidget(QWidget* parent) :
emit
NavigationRequested
(
ScreenEnum
::
CallScreen
);
});
connect
(
collapsiblePasswordWidget_
->
getPasswordEdit
(),
&
QLineEdit
::
textChanged
,
[
this
]
{
validateWizardProgression
();
});
connect
(
collapsiblePasswordWidget_
->
getConfirmPasswordEdit
(),
&
QLineEdit
::
textChanged
,
[
this
]
{
validateWizardProgression
();
...
...
@@ -363,13 +368,6 @@ NewWizardWidget::on_exportBtn_clicked()
emit
LRCInstance
::
instance
().
accountListChanged
();
}
void
NewWizardWidget
::
on_passwordEdit_textChanged
(
const
QString
&
arg1
)
{
Q_UNUSED
(
arg1
);
validateWizardProgression
();
}
void
NewWizardWidget
::
on_usernameEdit_textChanged
(
const
QString
&
arg1
)
{
...
...
This diff is collapsed.
Click to expand it.
newwizardwidget.h
+
0
−
1
View file @
0d50e0a4
...
...
@@ -73,7 +73,6 @@ private slots:
void
on_neverShowAgainBox_clicked
();
void
on_skipBtn_clicked
();
void
on_exportBtn_clicked
();
void
on_passwordEdit_textChanged
(
const
QString
&
arg1
);
private
slots
:
void
on_usernameEdit_textChanged
(
const
QString
&
arg1
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment