mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 12:34:31 +00:00
More API documentation.
svn path=/trunk/kdesupport/qca/; revision=522347
This commit is contained in:
parent
277efac15a
commit
b80d54e1f0
@ -861,6 +861,14 @@ namespace QCA
|
|||||||
successfully started
|
successfully started
|
||||||
*/
|
*/
|
||||||
void serverStarted();
|
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);
|
void nextStep(const QByteArray &stepData);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user