QtMultimedia: Fix compiler warnings.
Change-Id: I5783b1f6dce645fb473e7d3da0911dbb40e3951b Reviewed-by: Jonathan Liu <net147@gmail.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
40fe658dce
commit
bce5525cbb
@@ -188,7 +188,8 @@ void QMediaRecorderPrivate::_q_applySettings()
|
||||
void QMediaRecorderPrivate::_q_availabilityChanged(QtMultimedia::AvailabilityStatus availability)
|
||||
{
|
||||
Q_Q(QMediaRecorder);
|
||||
Q_UNUSED(error);
|
||||
Q_UNUSED(error)
|
||||
Q_UNUSED(availability)
|
||||
|
||||
// Really this should not always emit, but
|
||||
// we can't really tell from here (isAvailable
|
||||
|
||||
Reference in New Issue
Block a user