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 ) { }