summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qoffscreensurface_platform.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-06 18:35:01 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-07 13:03:27 +0200
commit4ef79853528dcc908ad3737f7bebf38b059de959 (patch)
tree68385234f27dbacb7af5a5ca6a0f01842d84324a /src/gui/kernel/qoffscreensurface_platform.h
parentaf9197ff91a7db229854b502b7634706cde0e547 (diff)
Rename Android offscreen surface interface
The convention for these interfaces is to not have 'platform' in their name. Change-Id: I4af831861b58dcfc2538d4206788231b9ec3a766 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'src/gui/kernel/qoffscreensurface_platform.h')
-rw-r--r--src/gui/kernel/qoffscreensurface_platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qoffscreensurface_platform.h b/src/gui/kernel/qoffscreensurface_platform.h
index 87e6b453a7..c991ec0122 100644
--- a/src/gui/kernel/qoffscreensurface_platform.h
+++ b/src/gui/kernel/qoffscreensurface_platform.h
@@ -52,9 +52,9 @@ QT_BEGIN_NAMESPACE
namespace QPlatformInterface {
#if defined(Q_OS_ANDROID)
-struct Q_GUI_EXPORT QAndroidPlatformOffscreenSurface
+struct Q_GUI_EXPORT QAndroidOffscreenSurface
{
- QT_DECLARE_PLATFORM_INTERFACE(QAndroidPlatformOffscreenSurface)
+ QT_DECLARE_PLATFORM_INTERFACE(QAndroidOffscreenSurface)
static QOffscreenSurface *fromNative(ANativeWindow *nativeSurface);
virtual ANativeWindow *nativeSurface() const = 0;
};