mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fixed compilation error + warning
This commit is contained in:
parent
2913326fb2
commit
e8416a98a2
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>382</width>
|
<width>380</width>
|
||||||
<height>379</height>
|
<height>377</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@ -184,7 +184,7 @@
|
|||||||
<customwidget>
|
<customwidget>
|
||||||
<class>VideoSurface</class>
|
<class>VideoSurface</class>
|
||||||
<extends>QWidget</extends>
|
<extends>QWidget</extends>
|
||||||
<header>widget/videosurface.h</header>
|
<header>src/widget/videosurface.h</header>
|
||||||
<container>1</container>
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
|
@ -218,6 +218,8 @@ void VideoSurface::paintGL()
|
|||||||
case VideoFrame::BGR:
|
case VideoFrame::BGR:
|
||||||
programm = bgrProgramm;
|
programm = bgrProgramm;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (programm)
|
if (programm)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user