On Monday, March 12, 2012 02:53:32 PM Blasche Alex wrote: > Hi Thomas, > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On > > > > What's up with the remote-service-cedentials? > > It seams to be only part of the documentation, but no class, struct or > > anything else in Qt5 QtLocation > > The class is part of the Qt ServiceFramework module > (qtsystems/src/serviceframework) and not the Qt Location module.
right, just a "typo" @ location And after doing the right grep I found it :) It's still called QRemoteServiceRegisterCredentials ... as it's called in the QtMobility code and doc, but it's call QServiceClientCredentials in the Qt5 doc. Any reason for the mismatch? > > -- > Alex > > > It's still part of the documentation: > > http://doc.qt.nokia.com/qt5/service-frameworks.html#service-security > > > > > > Greets > > Thomas > > _______________________________________________ > > Development mailing list > > [email protected] > > http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
