mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
259e51d408
commit
a34651bf01
@ -55,6 +55,7 @@ bool HeadlessIntegration::hasCapability(QPlatformIntegration::Capability cap) co
|
|||||||
|
|
||||||
QPlatformOpenGLContext *HeadlessIntegration::createPlatformOpenGLContext(QOpenGLContext *context) const
|
QPlatformOpenGLContext *HeadlessIntegration::createPlatformOpenGLContext(QOpenGLContext *context) const
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(context);
|
||||||
// Suppress warnings about this plugin not supporting createPlatformOpenGLContext that come from the default implementation of this function
|
// Suppress warnings about this plugin not supporting createPlatformOpenGLContext that come from the default implementation of this function
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user