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 --- doc/src/examples/analogclock.qdoc | 2 +- doc/src/examples/factorial.qdoc | 2 +- doc/src/examples/pingpong.qdoc | 2 +- doc/src/examples/trafficlight.qdoc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/src/examples/analogclock.qdoc b/doc/src/examples/analogclock.qdoc index 265ca76eea..4385da07b6 100644 --- a/doc/src/examples/analogclock.qdoc +++ b/doc/src/examples/analogclock.qdoc @@ -109,7 +109,7 @@ the painter handle transformations is often easier than performing manual calculations just to draw the contents of a custom widget. - \img analogclock-viewport.png + \image analogclock-viewport.png We draw the hour hand first, using a formula that rotates the coordinate system counterclockwise by a number of degrees determined by the current diff --git a/doc/src/examples/factorial.qdoc b/doc/src/examples/factorial.qdoc index 3852a1e6ea..ead9695c1c 100644 --- a/doc/src/examples/factorial.qdoc +++ b/doc/src/examples/factorial.qdoc @@ -34,7 +34,7 @@ The statechart for calculating the factorial looks as follows: - \img factorial-example.png + \image factorial-example.png \omit \caption This is a caption \endomit diff --git a/doc/src/examples/pingpong.qdoc b/doc/src/examples/pingpong.qdoc index eef6a64ceb..87358684c0 100644 --- a/doc/src/examples/pingpong.qdoc +++ b/doc/src/examples/pingpong.qdoc @@ -35,7 +35,7 @@ This example implements a statechart where two states communicate by posting events to the state machine. The state chart looks as follows: - \img pingpong-example.png + \image pingpong-example.png \omit \caption This is a caption \endomit diff --git a/doc/src/examples/trafficlight.qdoc b/doc/src/examples/trafficlight.qdoc index df0ffdeab7..f80225fc84 100644 --- a/doc/src/examples/trafficlight.qdoc +++ b/doc/src/examples/trafficlight.qdoc @@ -59,7 +59,7 @@ timer, and as we shall see the timeout is used to transition from one LightState to another. Here is the statechart for the light state: - \img trafficlight-example1.png + \image trafficlight-example1.png \omit \caption This is a caption \endomit @@ -73,7 +73,7 @@ yellow-to-green. The same process repeats through the other states. This is what the statechart looks like: - \img trafficlight-example2.png + \image trafficlight-example2.png \omit \caption This is a caption \endomit -- cgit v1.2.3