Add the library prefix to QObject in public header

Change-Id: I3add728003f4199fe7adec364487cc9b60a8c4cf
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Sergio Ahumada
2015-02-03 21:07:04 +01:00
committed by Yoann Lopes
parent ea222e64b1
commit 54859203ec

View File

@@ -34,7 +34,7 @@
#ifndef QVIDEOPROBE_H #ifndef QVIDEOPROBE_H
#define QVIDEOPROBE_H #define QVIDEOPROBE_H
#include <QObject> #include <QtCore/QObject>
#include <QtMultimedia/qvideoframe.h> #include <QtMultimedia/qvideoframe.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE