diff options
| author | Martin Smith <[email protected]> | 2014-03-19 15:12:07 +0100 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2014-03-31 21:05:23 +0200 |
| commit | 2ea15849a09208ac19d189acdc51c313b64a0b3a (patch) | |
| tree | 630825cea808fcd38e39a257754b8dffd72307a5 /src/tools/qdoc/generator.cpp | |
| parent | 900c150a07f627c20ad68ec59253196d9960b034 (diff) | |
qdoc: \l{Qt::Window} links to the wrong page
kThis update fixes a bug introduced by the extensive changes
for QTBUG-35377. The name Qt represents two namespaces, one
in C++ and one in QML. The name "Window" is used in both of
them, so the link \l{Qt::Window} would cause a collision in
the single tree qdoc. In the multiple tree qdoc, there is
no collision, but in this case the link should have gone to
the C++ page and it went to the QML page instead. The fix
involved correcting the way qdoc searches for link targets.
Task-number: QTBUG-37633
Change-Id: Ib9b209eced937a0be0d3299f300ebf22b2776012
Reviewed-by: Martin Smith <[email protected]>
Diffstat (limited to 'src/tools/qdoc/generator.cpp')
0 files changed, 0 insertions, 0 deletions
