diff --git a/qml/QmlAV/QmlAVPlayer.h b/qml/QmlAV/QmlAVPlayer.h index c0ed79ce7..966f459f1 100644 --- a/qml/QmlAV/QmlAVPlayer.h +++ b/qml/QmlAV/QmlAVPlayer.h @@ -401,7 +401,6 @@ private Q_SLOTS: QList m_afilters; QList m_vfilters; QStringList m_ao; - int m_notifyInterval; }; #endif // QTAV_QML_AVPLAYER_H diff --git a/qml/plugins.qmltypes b/qml/plugins.qmltypes index fe3a793f0..4f553af69 100644 --- a/qml/plugins.qmltypes +++ b/qml/plugins.qmltypes @@ -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. @@ -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" }