#pragma once #include class GLVideoItemStub : public QQuickItem { Q_OBJECT public: GLVideoItemStub(); ~GLVideoItemStub(); protected: private: };