From 8e48184120f74c02447c8d96408c1c003cd7fd79 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 20 Jul 2020 13:09:42 +0200 Subject: Start the native interface QWindowsApplication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement the static parts of QWindowsWindowFunctions. Move some things around and make them static in tablet support to make this easier. Task-number: QTBUG-83252 Change-Id: I24c3b0b3c6548eb96c4f3285a4e46385a1e79ef5 Reviewed-by: André de la Rocha Reviewed-by: Tor Arne Vestbø --- src/gui/platform/windows/qwindowsplatforminterface.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/platform') diff --git a/src/gui/platform/windows/qwindowsplatforminterface.cpp b/src/gui/platform/windows/qwindowsplatforminterface.cpp index 6ace981475..44f9c246cb 100644 --- a/src/gui/platform/windows/qwindowsplatforminterface.cpp +++ b/src/gui/platform/windows/qwindowsplatforminterface.cpp @@ -65,4 +65,6 @@ QOpenGLContext *QPlatformInterface::QWGLContext::fromNative(HGLRC context, HWND #endif // QT_NO_OPENGL +QT_DEFINE_PRIVATE_PLATFORM_INTERFACE(QWindowsApplication); + QT_END_NAMESPACE -- cgit v1.2.3