diff options
| author | Morten Sorvig <morten.sorvig@nokia.com> | 2011-06-21 09:56:46 +0200 |
|---|---|---|
| committer | Morten Sorvig <morten.sorvig@nokia.com> | 2011-06-21 09:56:46 +0200 |
| commit | ee60794a68b192ddf8baa99ab4eaef73b91b5bb9 (patch) | |
| tree | 2eb11974290b2175e414b22ba10b2e01cf65f4a2 | |
| parent | 2e94bef1e4be9ac25f2bb47da3f359d044a152a7 (diff) | |
Compile.
| -rw-r--r-- | src/plugins/platforms/cocoa/qcocoaintegration.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/cocoa/qcocoaintegration.mm b/src/plugins/platforms/cocoa/qcocoaintegration.mm index c29fda0288f..e2a206abc24 100644 --- a/src/plugins/platforms/cocoa/qcocoaintegration.mm +++ b/src/plugins/platforms/cocoa/qcocoaintegration.mm @@ -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 |
