Hi Patrick, On 10/15/2010 01:23 PM, Patrick Ohly wrote:
/usr/include/signon-qt/SignOn/authservice.h:/*! * Lists identities available on the server matching query parameters. * This signal is emitted in response to queryIdentities(). * * @param identityList list of identities information */ void identities(const QList<IdentityInfo> &identityList); $ strings /usr/lib/libsignon-qt.so | grep identities ... identities(QList<IdentityInfo>) The connect() also looks right: connect(m_service, SIGNAL(identities(const QList<SignOn::IdentityInfo>& )), this, SLOT(identities(const QList<SignOn::IdentityInfo>& )));
Note the namespace, it has been added recently. Looks like you are using the headers from a more recent version than the binaries. Ciao, Alberto -- http://blog.mardy.it <-- geek in un lingua international! _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
