aboutsummaryrefslogtreecommitdiff
path: root/examples/layout/mfreestylelayoutpolicy/mfreestylelayoutpolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/layout/mfreestylelayoutpolicy/mfreestylelayoutpolicy.cpp')
-rw-r--r--examples/layout/mfreestylelayoutpolicy/mfreestylelayoutpolicy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/layout/mfreestylelayoutpolicy/mfreestylelayoutpolicy.cpp b/examples/layout/mfreestylelayoutpolicy/mfreestylelayoutpolicy.cpp
index 4d7c0724..e2e3451a 100644
--- a/examples/layout/mfreestylelayoutpolicy/mfreestylelayoutpolicy.cpp
+++ b/examples/layout/mfreestylelayoutpolicy/mfreestylelayoutpolicy.cpp
@@ -43,7 +43,7 @@ int main(int argc, char **argv)
MApplicationPage page;
/* Attach the layout to the page */
page.centralWidget()->setLayout(layout);
- page.appear();
+ page.appear(&window);
window.show();
int n = 20;