From 99ebaa7569fad595311ed6e5e623b88224f6e362 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 ) { }