Fix some documentation warnings
Change-Id: Icb6a689e4c4c8272df2f72fd99aaa8d258e4e7b2 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
c3199f018e
commit
e17a776157
|
|
@ -74,7 +74,7 @@ QSocketPoller::QSocketPoller(const QLocalSocketPrivate &socket)
|
|||
|
||||
\note If the read operation is inactive, it succeeds after
|
||||
a short wait, allowing the caller to check the state of the socket.
|
||||
*/
|
||||
*/
|
||||
bool QSocketPoller::poll(const QDeadlineTimer &deadline)
|
||||
{
|
||||
const qint64 sleepTime = 10;
|
||||
|
|
|
|||
|
|
@ -1367,7 +1367,7 @@ namespace QTlsPrivate {
|
|||
*/
|
||||
|
||||
/*!
|
||||
QByteArray TlsKey::encrypt(Cipher cipher, const QByteArray &data, const QByteArray &passPhrase, const QByteArray &iv) const
|
||||
\fn QByteArray TlsKey::encrypt(Cipher cipher, const QByteArray &data, const QByteArray &passPhrase, const QByteArray &iv) const
|
||||
|
||||
This function is needed to implement QSslKey::toPem() with encryption (for a private
|
||||
key). \a cipher names a block cipher to use to encrypt \a data, using
|
||||
|
|
|
|||
Loading…
Reference in New Issue