mirror of https://github.com/qt/qtdoc.git
Most of the warnings were straightforward to fix: add missing ids to
lookups, remove an unused import.
There is one interesting case, though: The getCurrentUserImage function
in ColorView was referring "users", which does not exist in that file,
and is not one of its properties. The application however still worked.
That's due to it being found on the root context, as it exists as an id
defined in Main.qml.
It was however already passed down via properties to ColorView, so use
the property instead.
Amends
|
||
---|---|---|
.. | ||
ColorPalette | ||
QtExampleStyle | ||
doc | ||
icons | ||
CMakeLists.txt | ||
abstractresource.h | ||
basiclogin.cpp | ||
basiclogin.h | ||
colorpalette.qrc | ||
colorpaletteclient.pro | ||
main.cpp | ||
paginatedresource.cpp | ||
paginatedresource.h | ||
restservice.cpp | ||
restservice.h |