diff options
| -rw-r--r-- | Source/WebKit/qt/WidgetApi/qwebpage_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/WidgetApi/qwebpage_p.h b/Source/WebKit/qt/WidgetApi/qwebpage_p.h index 8ba6c4c40..604c0a540 100644 --- a/Source/WebKit/qt/WidgetApi/qwebpage_p.h +++ b/Source/WebKit/qt/WidgetApi/qwebpage_p.h @@ -199,7 +199,7 @@ public: QAction *actions[QWebPage::WebActionCount]; - QWindow* window; + QPointer <QWindow> window; QWidget* inspectorFrontend; QWebInspector* inspector; bool inspectorIsInternalOnly; // True if created through the Inspect context menu action |
