Fixed typo in QMediaRecorder::Status metatype registration
Change-Id: Id370b272b6c6c992762b1aefecb6cfbc7c916f2a Reviewed-by: Mithra Pattison <mithra.pattison@nokia.com> Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b36e2f5209
commit
f62213fee8
@@ -88,7 +88,7 @@ public:
|
|||||||
MediaRecorderRegisterMetaTypes()
|
MediaRecorderRegisterMetaTypes()
|
||||||
{
|
{
|
||||||
qRegisterMetaType<QMediaRecorder::State>("QMediaRecorder::State");
|
qRegisterMetaType<QMediaRecorder::State>("QMediaRecorder::State");
|
||||||
qRegisterMetaType<QMediaRecorder::State>("QMediaRecorder::Status");
|
qRegisterMetaType<QMediaRecorder::Status>("QMediaRecorder::Status");
|
||||||
qRegisterMetaType<QMediaRecorder::Error>("QMediaRecorder::Error");
|
qRegisterMetaType<QMediaRecorder::Error>("QMediaRecorder::Error");
|
||||||
}
|
}
|
||||||
} _registerRecorderMetaTypes;
|
} _registerRecorderMetaTypes;
|
||||||
|
|||||||
Reference in New Issue
Block a user