More API documentation.

svn path=/trunk/kdesupport/qca/; revision=522347
This commit is contained in:
Brad Hards 2006-03-25 08:26:55 +00:00
parent 277efac15a
commit b80d54e1f0

View File

@ -861,6 +861,14 @@ namespace QCA
successfully started
*/
void serverStarted();
/**
This signal is emitted when there is data required
to be sent over the network to complete the next
step in the authentication process.
\param stepData the data to send over the network
*/
void nextStep(const QByteArray &stepData);
/**