summaryrefslogtreecommitdiffstats
path: root/examples/layouts/flowlayout/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/layouts/flowlayout/window.cpp')
-rw-r--r--examples/layouts/flowlayout/window.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/layouts/flowlayout/window.cpp b/examples/layouts/flowlayout/window.cpp
index 51d9886..b7d9eae 100644
--- a/examples/layouts/flowlayout/window.cpp
+++ b/examples/layouts/flowlayout/window.cpp
@@ -43,7 +43,7 @@
#include "flowlayout.h"
#include "window.h"
-
+//! [1]
Window::Window()
{
FlowLayout *flowLayout = new FlowLayout;
@@ -57,3 +57,4 @@ Window::Window()
setWindowTitle(tr("Flow Layout"));
}
+//! [1] \ No newline at end of file