Commit 638fdeac authored by Casper van Donderen's avatar Casper van Donderen Committed by Qt by Nokia
Browse files

Fix broken QML Elements link in template.


The link in the sidebar to the QML elements page was broken after the
renaming of QtDeclarative to QtQml/QtQuick.

Change-Id: I0f9765861f928daaa2861b4aa70b05242bcf0955
Reviewed-by: default avatarJerome Pasion <jerome.pasion@nokia.com>
parent 522bbe98
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -71,7 +71,7 @@ HTML.postheader = \ ...@@ -71,7 +71,7 @@ HTML.postheader = \
" <li class=\"defaultLink\"><a href=\"modules.html\">Modules</a></li>\n" \ " <li class=\"defaultLink\"><a href=\"modules.html\">Modules</a></li>\n" \
" <li class=\"defaultLink\"><a href=\"namespaces.html\">Namespaces</a></li>\n" \ " <li class=\"defaultLink\"><a href=\"namespaces.html\">Namespaces</a></li>\n" \
" <li class=\"defaultLink\"><a href=\"qtglobal.html\">Global Declarations</a></li>\n" \ " <li class=\"defaultLink\"><a href=\"qtglobal.html\">Global Declarations</a></li>\n" \
" <li class=\"defaultLink\"><a href=\"qtquick2-qdeclarativeelements.html\">QML elements</a></li>\n" \ " <li class=\"defaultLink\"><a href=\"qtquick-elements.html\">QML elements</a></li>\n" \
" </ul> \n" \ " </ul> \n" \
" </div>\n" \ " </div>\n" \
" </div>\n" \ " </div>\n" \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment