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

View File

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