Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
b96bdd38
Commit
b96bdd38
authored
Jan 02, 2019
by
Andreas Traczyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wizard: turn of camera when leaving photobooth page
Change-Id: Ib8ad0d16776b02b2af76e08fa48bb01ee8d29855
parent
4d23e33e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
newwizardwidget.cpp
newwizardwidget.cpp
+6
-10
No files found.
newwizardwidget.cpp
View file @
b96bdd38
...
...
@@ -260,10 +260,8 @@ void
NewWizardWidget
::
on_nextButton_clicked
()
{
const
QWidget
*
curWidget
=
ui
->
stackedWidget
->
currentWidget
();
if
(
curWidget
!=
ui
->
createRingAccountPage
)
{
ui
->
setAvatarWidget
->
stopBooth
();
disconnect
(
registeredNameFoundConnection_
);
}
ui
->
setAvatarWidget
->
stopBooth
();
disconnect
(
registeredNameFoundConnection_
);
if
(
curWidget
==
ui
->
createRingAccountPage
||
curWidget
==
ui
->
linkRingAccountPage
)
{
processWizardInformations
();
...
...
@@ -274,12 +272,10 @@ void
NewWizardWidget
::
on_previousButton_clicked
()
{
const
QWidget
*
curWidget
=
ui
->
stackedWidget
->
currentWidget
();
if
(
curWidget
!=
ui
->
createRingAccountPage
)
{
ui
->
setAvatarWidget
->
stopBooth
();
disconnect
(
registeredNameFoundConnection_
);
lookupStatusLabel_
->
hide
();
passwordStatusLabel_
->
hide
();
}
ui
->
setAvatarWidget
->
stopBooth
();
disconnect
(
registeredNameFoundConnection_
);
lookupStatusLabel_
->
hide
();
passwordStatusLabel_
->
hide
();
if
(
curWidget
==
ui
->
createRingAccountPage
||
curWidget
==
ui
->
linkRingAccountPage
)
{
changePage
(
ui
->
welcomePage
);
...
...
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