Skip to content

Commit

Permalink
fix notifyIntervalproperty intellisense problem
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c7c772)
  • Loading branch information
lvzhaobing committed Jun 15, 2020
1 parent dc3d8ef commit e3bb7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion qml/QmlAV/QmlAVPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ private Q_SLOTS:
QList<QuickAudioFilter*> m_afilters;
QList<QuickVideoFilter*> m_vfilters;
QStringList m_ao;
int m_notifyInterval;
};

#endif // QTAV_QML_AVPLAYER_H
3 changes: 2 additions & 1 deletion qml/plugins.qmltypes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import QtQuick.tooling 1.1
import QtQuick.tooling 1.1

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
Expand Down Expand Up @@ -248,6 +248,7 @@ Module {
Property { name: "videoFilters"; type: "QuickVideoFilter"; isList: true; isReadonly: true }
Property { name: "audioBackends"; type: "QStringList" }
Property { name: "supportedAudioBackends"; type: "QStringList"; isReadonly: true }
Property { name: "notifyInterval"; type: "int" }
Signal { name: "loopCountChanged" }
Signal { name: "videoOutChanged" }
Signal { name: "paused" }
Expand Down

0 comments on commit e3bb7fe

Please sign in to comment.