Fix type of Camera's errorCode property.
It's supposed to be of type enumeration (Error) and not QString. Change-Id: Ia3ce112efa3e87614c79b89d05313b0faa557289 Reviewed-by: Andrew Knight <qt@panimo.net>
This commit is contained in:
@@ -83,7 +83,7 @@ class QDeclarativeCameraRecorder : public QObject
|
||||
Q_PROPERTY(QString actualLocation READ actualLocation NOTIFY actualLocationChanged)
|
||||
Q_PROPERTY(bool muted READ isMuted WRITE setMuted NOTIFY mutedChanged)
|
||||
Q_PROPERTY(QString errorString READ errorString NOTIFY error)
|
||||
Q_PROPERTY(QString errorCode READ errorCode NOTIFY error)
|
||||
Q_PROPERTY(Error errorCode READ errorCode NOTIFY error)
|
||||
|
||||
public:
|
||||
enum RecorderState
|
||||
|
||||
Reference in New Issue
Block a user