Skip to content

Commit

Permalink
修正类型错误。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Aug 22, 2017
1 parent 090ebb2 commit 512ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QtAV/AVPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 82,7 @@ class Q_AV_EXPORT AVPlayer : public QObject
Q_PROPERTY(State state READ state WRITE setState NOTIFY stateChanged)
Q_PROPERTY(QtAV::MediaStatus mediaStatus READ mediaStatus NOTIFY mediaStatusChanged)
Q_PROPERTY(QtAV::MediaEndAction mediaEndAction READ mediaEndAction WRITE setMediaEndAction NOTIFY mediaEndActionChanged)
Q_PROPERTY(qint64 chapters READ chapters NOTIFY chaptersChanged)
Q_PROPERTY(unsigned int chapters READ chapters NOTIFY chaptersChanged)
Q_ENUMS(State)
public:
/*!
Expand Down

0 comments on commit 512ed74

Please sign in to comment.