diff options
author | Tor Arne Vestbø <[email protected]> | 2023-06-27 00:13:44 +0200 |
---|---|---|
committer | Tor Arne Vestbø <[email protected]> | 2023-06-27 17:39:23 +0200 |
commit | 35063254fdba9704fd1411e9bd5ba7984c303e93 (patch) | |
tree | 357141787ed962a60873665f6cf20a06d2eafd3f /examples/widgets/doc/src | |
parent | 71f156fff07f6c876941096134f6ee4ac90a9309 (diff) |
Fix missing references to 'Qt Widgets - Application Example'
Amends eda71105ff9a516059c6dd6643ff446a82edac81
Pick-to: 6.5 6.6
Change-Id: I44fa9acef37667d635d5770ce5d50fc52d92aa88
Reviewed-by: Richard Moe Gustavsen <[email protected]>
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r-- | examples/widgets/doc/src/diagramscene.qdoc | 4 | ||||
-rw-r--r-- | examples/widgets/doc/src/tablet.qdoc | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/examples/widgets/doc/src/diagramscene.qdoc b/examples/widgets/doc/src/diagramscene.qdoc index 057031462da..1ce869374ae 100644 --- a/examples/widgets/doc/src/diagramscene.qdoc +++ b/examples/widgets/doc/src/diagramscene.qdoc @@ -121,9 +121,7 @@ We show an example of the creation of an action. The functionality the actions trigger is discussed in the slots we - connect the actions to. You can see the \l{Qt Widgets - Application - Example}{application example} if you need a high-level - introduction to actions. + connect the actions to. The is the \c createMenus() function: diff --git a/examples/widgets/doc/src/tablet.qdoc b/examples/widgets/doc/src/tablet.qdoc index efbb769e647..e14e2292352 100644 --- a/examples/widgets/doc/src/tablet.qdoc +++ b/examples/widgets/doc/src/tablet.qdoc @@ -88,8 +88,6 @@ in a submenu of the \b Tablet menu, for selecting which property of each QTabletEvent will be used to vary the translucency (alpha channel) of the line being drawn or color being airbrushed. - (See the \l{Qt Widgets - Application Example}{application example} if you want - a high-level introduction to QActions.) \snippet widgets/tablet/mainwindow.cpp 9 |