mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Fix build on macOS.
This commit is contained in:
parent
71ddfacfaa
commit
1886a5c4ed
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
not_null<QOpenGLWidget*> widget,
|
||||
QOpenGLFunctions &f,
|
||||
int w,
|
||||
int h);
|
||||
int h) override;
|
||||
|
||||
void paint(
|
||||
not_null<QOpenGLWidget*> widget,
|
||||
|
@ -46,7 +46,7 @@ private:
|
|||
bool handleHideWorkaround(QOpenGLFunctions &f);
|
||||
void setDefaultViewport(QOpenGLFunctions &f);
|
||||
|
||||
void paintBackground();
|
||||
void paintBackground() override;
|
||||
void paintTransformedVideoFrame(ContentGeometry geometry) override;
|
||||
void paintTransformedStaticContent(
|
||||
const QImage &image,
|
||||
|
|
Loading…
Add table
Reference in a new issue