Added QMediaRecorder::OutOfSpaceError error code
Change-Id: Ib09208a84f83f00992878f881ee2120932779a16 Reviewed-by: Lev Zelenskiy <lev.zelenskiy@nokia.com> Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
8ce488249e
commit
25d95a0e63
@@ -908,6 +908,7 @@ void QMediaRecorder::stop()
|
||||
\value NoError No Errors.
|
||||
\value ResourceError Device is not ready or not available.
|
||||
\value FormatError Current format is not supported.
|
||||
\value OutOfSpaceError No space left on device.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
@@ -107,7 +107,8 @@ public:
|
||||
{
|
||||
NoError,
|
||||
ResourceError,
|
||||
FormatError
|
||||
FormatError,
|
||||
OutOfSpaceError
|
||||
};
|
||||
|
||||
QMediaRecorder(QMediaObject *mediaObject, QObject *parent = 0);
|
||||
|
||||
Reference in New Issue
Block a user