Add the library prefix to QObject in public header
authorSergio Ahumada <sahumada@blackberry.com>
Tue, 3 Feb 2015 20:07:04 +0000 (21:07 +0100)
committerYoann Lopes <yoann.lopes@theqtcompany.com>
Wed, 4 Feb 2015 12:59:40 +0000 (12:59 +0000)
Change-Id: I3add728003f4199fe7adec364487cc9b60a8c4cf
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
src/multimedia/video/qvideoprobe.h

index 6fbb688..f1475d6 100644 (file)
@@ -34,7 +34,7 @@
 #ifndef QVIDEOPROBE_H
 #define QVIDEOPROBE_H
 
-#include <QObject>
+#include <QtCore/QObject>
 #include <QtMultimedia/qvideoframe.h>
 
 QT_BEGIN_NAMESPACE