mirror of
https://github.com/thp/pyotherside.git
synced 2025-02-05 08:08:23 +08:00
No need for PyGLRenderer to subclass QObject.
This commit is contained in:
parent
1399072a9c
commit
00abfc8570
@ -24,11 +24,9 @@
|
|||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QRect>
|
#include <QRect>
|
||||||
#include <QtCore/QObject>
|
|
||||||
|
|
||||||
|
|
||||||
class PyGLRenderer : public QObject {
|
class PyGLRenderer {
|
||||||
Q_OBJECT
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PyGLRenderer(QVariant pyRenderer, bool useRect=true);
|
PyGLRenderer(QVariant pyRenderer, bool useRect=true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user