passsing parent fixed
This commit is contained in:
parent
d011d5d1ea
commit
99ebaa7569
|
@ -6,7 +6,7 @@
|
|||
#include "Page.h"
|
||||
|
||||
Page::Page( QQuickItem* parent )
|
||||
: Page( Qt::Vertical )
|
||||
: Page( Qt::Vertical, parent )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue