Rename QtMultimediaKit to QtMultimedia.
There are a few legacy bits left in place so it passes CI, and then qt5.git etc can be updated. Change-Id: I6b082e50e6958c72fdabc2974992e16d90dafa3a Reviewed-on: http://codereview.qt-project.org/5368 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
55bc4f2b46
commit
03f22bcdaf
@@ -42,7 +42,7 @@
|
||||
#ifndef MOCKVIDEOWINDOWCONTROL_H
|
||||
#define MOCKVIDEOWINDOWCONTROL_H
|
||||
|
||||
#if defined(QT_MULTIMEDIAKIT_MOCK_WIDGETS)
|
||||
#if defined(QT_MULTIMEDIA_MOCK_WIDGETS)
|
||||
|
||||
#include "qvideowindowcontrol.h"
|
||||
|
||||
@@ -70,5 +70,5 @@ public:
|
||||
void setSaturation(int) {}
|
||||
};
|
||||
|
||||
#endif // QT_MULTIMEDIAKIT_MOCK_WIDGETS
|
||||
#endif // QT_MULTIMEDIA_MOCK_WIDGETS
|
||||
#endif // MOCKVIDEOWINDOWCONTROL_H
|
||||
|
||||
Reference in New Issue
Block a user