summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/eglfs/qeglfswindow.h')
-rw-r--r--src/plugins/platforms/eglfs/qeglfswindow.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfswindow.h b/src/plugins/platforms/eglfs/qeglfswindow.h
index 4e9a728772..09f553d3b7 100644
--- a/src/plugins/platforms/eglfs/qeglfswindow.h
+++ b/src/plugins/platforms/eglfs/qeglfswindow.h
@@ -53,15 +53,12 @@ QT_BEGIN_NAMESPACE
class QEglFSWindow : public QPlatformWindow
{
public:
- QEglFSWindow(QWidget *w, QEglFSScreen *screen);
+ QEglFSWindow(QWindow *w);
void setGeometry(const QRect &);
WId winId() const;
- QPlatformGLContext *glContext() const;
-
private:
- QEglFSScreen *m_screen;
WId m_winid;
};
QT_END_NAMESPACE