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>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>382</width>
|
||||
<height>379</height>
|
||||
<width>380</width>
|
||||
<height>377</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -184,7 +184,7 @@
|
||||
<customwidget>
|
||||
<class>VideoSurface</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>widget/videosurface.h</header>
|
||||
<header>src/widget/videosurface.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
|
@ -218,6 +218,8 @@ void VideoSurface::paintGL()
|
||||
case VideoFrame::BGR:
|
||||
programm = bgrProgramm;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (programm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user