QtMultimedia: Fix compiler warnings.
- Fix deprecated QDeclarative includes. - Comment out unused parameter. - Remove trailing comma from enumeration value (Clang) Reviewed-by: Michael Goddard <michael.goddard@nokia.com> Change-Id: I31d54a12505f4e3a48eb4b7736a48d5dacc2c0d9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
55c0505a00
commit
3910efbda6
@@ -39,8 +39,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
#include "qsgvideonode_rgb.h"
|
||||
#include <qsgtexturematerial.h>
|
||||
#include <qsgmaterial.h>
|
||||
#include <QtQuick/qsgtexturematerial.h>
|
||||
#include <QtQuick/qsgmaterial.h>
|
||||
#include <QtCore/qmutex.h>
|
||||
#include <QtGui/QOpenGLContext>
|
||||
#include <QtGui/QOpenGLFunctions>
|
||||
|
||||
Reference in New Issue
Block a user