summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow_qpa_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qwindow_qpa_p.h')
-rw-r--r--src/gui/kernel/qwindow_qpa_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/kernel/qwindow_qpa_p.h b/src/gui/kernel/qwindow_qpa_p.h
index 5a1b8cdcdd..06458290f1 100644
--- a/src/gui/kernel/qwindow_qpa_p.h
+++ b/src/gui/kernel/qwindow_qpa_p.h
@@ -62,7 +62,6 @@ public:
, platformWindow(0)
, visible(false)
, glContext(0)
- , widget(0)
{
isWindow = true;
}
@@ -81,7 +80,6 @@ public:
QString windowTitle;
QRect geometry;
QWindowContext *glContext;
- QWidget *widget;
};