This commit is contained in:
Kovid Goyal 2015-03-06 10:18:51 +05:30
parent 259e51d408
commit a34651bf01

View File

@ -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;
}