GLVideoItemStub.h 184 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#pragma once

#include <QtQuick/QQuickItem>

class GLVideoItemStub : public QQuickItem
{
    Q_OBJECT

public:
    GLVideoItemStub();
    ~GLVideoItemStub();

protected:

private:

};