summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/containerextension.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/containerextension.qdoc')
-rw-r--r--doc/src/examples/containerextension.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/containerextension.qdoc b/doc/src/examples/containerextension.qdoc
index a4fbcea..6d29cf6 100644
--- a/doc/src/examples/containerextension.qdoc
+++ b/doc/src/examples/containerextension.qdoc
@@ -305,7 +305,7 @@
MultiPageWidget class \l
{designer/containerextension/multipagewidget.cpp}{implementation}).
Finally, we implicitly force an update of the page's property
- sheet by calling the the
+ sheet by calling the
QDesignerPropertySheetExtension::setChanged() function.
\snippet examples/designer/containerextension/multipagewidgetplugin.cpp 4