Fix some documentation warnings

Change-Id: Icb6a689e4c4c8272df2f72fd99aaa8d258e4e7b2
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Andreas Buhr 2021-07-12 11:34:01 +02:00
parent c3199f018e
commit e17a776157
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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