diff options
| author | Sergio Ahumada <[email protected]> | 2013-05-03 19:11:21 +0200 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2013-05-07 16:52:07 +0200 |
| commit | 37aa3e015535f16c484697a1fa74a406de0fdfd9 (patch) | |
| tree | d19b5d4c14dae4045663a342c0bff0803285cd11 | |
| parent | 1a2ee6bd1d259f31827cd6859dd6959723f1c374 (diff) | |
qdoc: Fix missing images in 09-qdoc-commands-includingimages.html
Change-Id: I50936f2cab4e6b8a37cf2b13211f99afca4032ff
Reviewed-by: Topi Reiniƶ <[email protected]>
Reviewed-by: Venugopal Shivashankar <[email protected]>
Reviewed-by: Jerome Pasion <[email protected]>
| -rw-r--r-- | src/tools/qdoc/doc/config/qdoc.qdocconf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/qdoc/doc/config/qdoc.qdocconf b/src/tools/qdoc/doc/config/qdoc.qdocconf index 84e9689f50a..a7fbb384634 100644 --- a/src/tools/qdoc/doc/config/qdoc.qdocconf +++ b/src/tools/qdoc/doc/config/qdoc.qdocconf @@ -13,7 +13,8 @@ exampledirs = .. \ config imagedirs = ../../../doc/src/templates/images \ - images + ../images \ + ../../../../widgets/doc/images \ tagfile = ../html/qdoc.tags |
