summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsintegration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/eglfs/qeglfsintegration.h')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsintegration.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfsintegration.h b/src/plugins/platforms/eglfs/qeglfsintegration.h
index ee30d4bbf2..eea36a489d 100644
--- a/src/plugins/platforms/eglfs/qeglfsintegration.h
+++ b/src/plugins/platforms/eglfs/qeglfsintegration.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef EGLINTEGRATION_H
-#define EGLINTEGRATION_H
+#ifndef QEGLFSINTEGRATION_H
+#define QEGLFSINTEGRATION_H
#include "qeglfsscreen.h"
@@ -55,6 +55,7 @@ class QEglFSIntegration : public QPlatformIntegration
{
public:
QEglFSIntegration();
+ ~QEglFSIntegration();
bool hasCapability(QPlatformIntegration::Capability cap) const;
@@ -70,9 +71,10 @@ public:
private:
QPlatformFontDatabase *mFontDb;
+ QPlatformScreen *mScreen;
};
QT_END_NAMESPACE
QT_END_HEADER
-#endif
+#endif // QEGLFSINTEGRATION_H