1
0
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:
krepa098 2014-10-15 16:54:48 +02:00
parent 2913326fb2
commit e8416a98a2
2 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -218,6 +218,8 @@ void VideoSurface::paintGL()
case VideoFrame::BGR:
programm = bgrProgramm;
break;
default:
break;
}
if (programm)