summaryrefslogtreecommitdiffstats
path: root/examples/gui/doc/src/rasterwindow.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/doc/src/rasterwindow.qdoc')
-rw-r--r--examples/gui/doc/src/rasterwindow.qdoc11
1 files changed, 3 insertions, 8 deletions
diff --git a/examples/gui/doc/src/rasterwindow.qdoc b/examples/gui/doc/src/rasterwindow.qdoc
index d276925059..36612e1707 100644
--- a/examples/gui/doc/src/rasterwindow.qdoc
+++ b/examples/gui/doc/src/rasterwindow.qdoc
@@ -74,14 +74,9 @@
\snippet rasterwindow/rasterwindow.cpp 1
- The constructor first of all calls \l QWindow::create(). This will
- create the window in the windowing system. Without calling create,
- the window will not get events and will not be visible in the
- windowing system. The call to create does not show the window. We
- then set the geometry to be something reasonable.
-
- Then we create the backingstore and pass it the window instance it
- is supposed to manage.
+ In the constructor we create the backingstore and pass it the window
+ instance it is supposed to manage. We also set the initial window
+ geometry.
\snippet rasterwindow/rasterwindow.cpp 2