From 06c9c267a963106c89509188c16fbe8556dc4a47 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 20 Apr 2022 13:51:37 +0200 Subject: [PATCH] passsing parent fixed --- examples/gallery/Page.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gallery/Page.cpp b/examples/gallery/Page.cpp index 327151fb..ea73a2a8 100644 --- a/examples/gallery/Page.cpp +++ b/examples/gallery/Page.cpp @@ -6,7 +6,7 @@ #include "Page.h" Page::Page( QQuickItem* parent ) - : Page( Qt::Vertical ) + : Page( Qt::Vertical, parent ) { }