libkdepim
ldapqueryjob.cpp
Go to the documentation of this file.
38 setAutoDelete( false ); // auto-deletion is bad in combination with cross-thread queued connections
63 if ( (id = m_op.search( m_url.dn(), m_url.scope(), m_url.filter(), m_url.attributes() )) == -1 ) {
93 if ( (id = m_op.search( m_url.dn(), m_url.scope(), m_url.filter(), m_url.attributes() )) == -1 ) {
LdapQueryJob(const LdapUrl &url, LdapSession *session)
Definition: ldapqueryjob.cpp:33
Definition: ldapsession.h:37
void data(const QByteArray &data)
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.