summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsintegration.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-01-09 12:59:04 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-01-09 14:29:30 +0100
commitf496c7186ca358f549e3aa32ac862a6f66011db6 (patch)
tree6be24cb3fa802c2b69049ebed406d0884abc85c6 /src/plugins/platforms/eglfs/qeglfsintegration.h
parent8836a4d5f0fbbbf18565e8dc64ab89e95a39720f (diff)
eglfs: Update screen destruction to follow the new approach
Call destroyScreen(), like other platform plugins do since 9b4fbe85d2e00c625c3d4abd975faf555000f685. Change-Id: Idbddb026d7a964f15c00acfacf70064405dc3f16 Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>
Diffstat (limited to 'src/plugins/platforms/eglfs/qeglfsintegration.h')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsintegration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfsintegration.h b/src/plugins/platforms/eglfs/qeglfsintegration.h
index b75dc240bb..2074d80e56 100644
--- a/src/plugins/platforms/eglfs/qeglfsintegration.h
+++ b/src/plugins/platforms/eglfs/qeglfsintegration.h
@@ -47,6 +47,7 @@ public:
QEglFSIntegration();
void addScreen(QPlatformScreen *screen);
+ void removeScreen(QPlatformScreen *screen);
void initialize() Q_DECL_OVERRIDE;
void destroy() Q_DECL_OVERRIDE;