1
0
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:
Dennis Tomas 2014-10-19 19:19:36 +02:00
parent 1399072a9c
commit 00abfc8570

View File

@ -24,11 +24,9 @@
#include <QVariant>
#include <QString>
#include <QRect>
#include <QtCore/QObject>
class PyGLRenderer : public QObject {
Q_OBJECT
class PyGLRenderer {
public:
PyGLRenderer(QVariant pyRenderer, bool useRect=true);