bb10
Morten Sorvig 2011-06-21 09:56:46 +02:00
parent 2e94bef1e4
commit ee60794a68
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ QPlatformGLContext *QCocoaIntegration::createPlatformGLContext(const QGuiGLForma
QPlatformBackingStore *QCocoaIntegration::createPlatformBackingStore(QWindow *window) const
{
return new QCocoaBackingStore(window, winId);
return new QCocoaBackingStore(window);
}
QPlatformFontDatabase *QCocoaIntegration::fontDatabase() const