Skip to content
Snippets Groups Projects
Commit 39414a01 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

videocall: remove configuration button from overlay

Change-Id: Ia0a0e71bf48a2015773a97857e6db40254f7feba
parent e3a3bca9
No related branches found
No related tags found
No related merge requests found
...@@ -117,15 +117,6 @@ VideoOverlay::setTime() ...@@ -117,15 +117,6 @@ VideoOverlay::setTime()
} catch (...) { } } catch (...) { }
} }
void VideoOverlay::toggleContextButtons(bool visible)
{
if (! visible) {
ui->videoCfgBtn->hide();
} else {
ui->videoCfgBtn->show();
}
}
void void
VideoOverlay::setVideoMuteVisibility(bool visible) VideoOverlay::setVideoMuteVisibility(bool visible)
{ {
......
...@@ -384,26 +384,6 @@ ...@@ -384,26 +384,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QPushButton" name="videoCfgBtn">
<property name="minimumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
<property name="toolTip">
<string>Configuration</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="ressources.qrc">
<normaloff>:/images/icons/ic_settings_white_48dp_2x.png</normaloff>:/images/icons/ic_settings_white_48dp_2x.png</iconset>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment