Skip to content

Commit

Permalink
Workaround compile error with SIP_OVERRIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
aronbierbaum committed Jun 15, 2022
1 parent b77219f commit 705ad03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/sip/QtAVWidgets/GLWidgetRenderer2.sip
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public:

public:
GLWidgetRenderer2(QWidget* parent /TransferThis/ = 0, const QGLWidget* shareWidget = 0, Qt::WindowFlags f = 0);
virtual VideoRendererId id();
VideoRendererId id();
virtual QWidget* widget();

signals:
Expand Down
2 changes: 1 addition & 1 deletion python/sip/QtAVWidgets/GraphicsItemRenderer.sip
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public:

public:
GraphicsItemRenderer(QGraphicsItem* parent /TransferThis/ = 0);
virtual VideoRendererId id();
VideoRendererId id();

bool isSupported(VideoFormat::PixelFormat pixfmt);

Expand Down
2 changes: 1 addition & 1 deletion python/sip/QtAVWidgets/OpenGLWidgetRenderer.sip
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public:

public:
explicit OpenGLWidgetRenderer(QWidget* parent /TransferThis/ = 0, Qt::WindowFlags f = 0);
virtual VideoRendererId id();
VideoRendererId id() const;
virtual QWidget* widget();

signals:
Expand Down
2 changes: 1 addition & 1 deletion python/sip/QtAVWidgets/WidgetRenderer.sip
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public:

public:
WidgetRenderer(QWidget* parent /TransferThis/ = 0, Qt::WindowFlags f = 0);
virtual VideoRendererId id();
VideoRendererId id();
virtual QWidget* widget();

signals:
Expand Down

0 comments on commit 705ad03

Please sign in to comment.