From c3189a0a229cf6ac0e9ea93854b0273551e119d0 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 1 Aug 2012 14:44:51 +0200 Subject: change \img to \image in docs \img was a macro defined in macros.qdocconf. This collection of macros is being phased out. Use the full command instead. Change-Id: Ia55212f87bb46349d61359d40568e0aa33882596 Reviewed-by: Casper van Donderen --- src/widgets/doc/src/widgets-and-layouts/layout.qdoc | 4 ++-- src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgets/doc') diff --git a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc index cc3c438173..7389a2dad1 100644 --- a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc +++ b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc @@ -214,12 +214,12 @@ If we have three widgets laid out using a QHBoxLayout with no stretch factors set we will get a layout like this: - \img layout1.png Three widgets in a row + \image layout1.png Three widgets in a row If we apply stretch factors to each widget, they will be laid out in proportion (but never less than their minimum size hint), e.g. - \img layout2.png Three widgets with different stretch factors in a row + \image layout2.png Three widgets with different stretch factors in a row \section1 Custom Widgets in Layouts diff --git a/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc b/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc index 99acb2e5d0..8e9ea93f34 100644 --- a/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc +++ b/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc @@ -113,7 +113,7 @@ widget's client geometry. This diagram shows most of the functions in use: - \img geometry.png Geometry diagram + \image geometry.png Geometry diagram \section2 X11 Peculiarities -- cgit v1.2.3