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
e051631d
Commit
e051631d
authored
6 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
video call: remove unused video config button bindings
Change-Id: I03de081748cf9342b887503e178360c02dcf154d
parent
f6270f4c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
videooverlay.cpp
+0
-5
0 additions, 5 deletions
videooverlay.cpp
videooverlay.h
+0
-2
0 additions, 2 deletions
videooverlay.h
videoview.cpp
+0
-1
0 additions, 1 deletion
videoview.cpp
with
0 additions
and
8 deletions
videooverlay.cpp
+
0
−
5
View file @
e051631d
...
@@ -189,8 +189,3 @@ VideoOverlay::on_recButton_clicked()
...
@@ -189,8 +189,3 @@ VideoOverlay::on_recButton_clicked()
callModel
->
toggleAudioRecord
(
callId
);
callModel
->
toggleAudioRecord
(
callId
);
}
}
}
}
void
VideoOverlay
::
on_videoCfgBtn_clicked
()
{
emit
videoCfgBtnClicked
();
}
This diff is collapsed.
Click to expand it.
videooverlay.h
+
0
−
2
View file @
e051631d
...
@@ -53,7 +53,6 @@ private slots:
...
@@ -53,7 +53,6 @@ private slots:
void
on_noMicButton_clicked
();
void
on_noMicButton_clicked
();
void
on_noVideoButton_clicked
();
void
on_noVideoButton_clicked
();
void
on_recButton_clicked
();
void
on_recButton_clicked
();
void
on_videoCfgBtn_clicked
();
private
:
private
:
Ui
::
VideoOverlay
*
ui
;
Ui
::
VideoOverlay
*
ui
;
...
@@ -63,5 +62,4 @@ private:
...
@@ -63,5 +62,4 @@ private:
signals
:
signals
:
void
setChatVisibility
(
bool
visible
);
void
setChatVisibility
(
bool
visible
);
void
videoCfgBtnClicked
();
};
};
This diff is collapsed.
Click to expand it.
videoview.cpp
+
0
−
1
View file @
e051631d
...
@@ -66,7 +66,6 @@ VideoView::VideoView(QWidget* parent) :
...
@@ -66,7 +66,6 @@ VideoView::VideoView(QWidget* parent) :
connect
(
overlay_
,
&
VideoOverlay
::
setChatVisibility
,
[
=
](
bool
visible
)
{
connect
(
overlay_
,
&
VideoOverlay
::
setChatVisibility
,
[
=
](
bool
visible
)
{
emit
this
->
setChatVisibility
(
visible
);
emit
this
->
setChatVisibility
(
visible
);
});
});
connect
(
overlay_
,
&
VideoOverlay
::
videoCfgBtnClicked
,
[
=
](){
emit
videoSettingsClicked
();});
}
}
...
...
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
register
or
sign in
to comment