mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-14 19:43:49 +01:00
...
This commit is contained in:
parent
259e51d408
commit
a34651bf01
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ bool HeadlessIntegration::hasCapability(QPlatformIntegration::Capability cap) co
|
|||
|
||||
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
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue