Google does not find Qt reference doc anymore for some classes
-
Hello,
Since several days, Google (www.google.fr) does not answer with the Qt reference page when asking for Qt classes. For example, the request "QXmlQuery" answers with the Nokia harmattan page and stackoverflow pages. No link to http://qt-project.org/doc/qt-4.8/qxmlquery.html for example up to the 10th page.
QString reference is still found easily.
Do you think it is a problem with the documentation site or with Google itself ?
Regards,
Gaël
-
This should have went to "Beta Testing":https://qt-project.org/forums/viewforum/5/ subforum.
Edit: moved; Andre
Could be that Qt Project uses some robots.txt, but I suspect the thing in general depends on popularity of the query. That would point to Google.
-
Why you look for qt doc via google? Go directly to http://qt-project.org/doc and find what you need. Or you can use offline reference.
-
By the way references to classes from code are not working now. For example:
@QString strVar;@
if you click on class you get this "http://qt-project.org/doc/qt-5.0/qtdoc/index.html":http://qt-project.org/doc/qt-5.0/qtdoc/index.html but it should give "http://qt-project.org/doc/qt-5.0/qtcore/qstring.html":http://qt-project.org/doc/qt-5.0/qtcore/qstring.html