doc: Add missing class qualifier in \fn command
The class qualifier was missing in the \fn command for the move copy constructor. Change-Id: Ia3633efde155ed19ac8460d760a5248e52097ea1 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>bb10
parent
a61c6a7a2e
commit
56385f0f3d
|
|
@ -161,7 +161,7 @@ QSslDiffieHellmanParameters::QSslDiffieHellmanParameters(const QSslDiffieHellman
|
|||
}
|
||||
|
||||
/*!
|
||||
\fn QSslDiffieHellmanParameters(QSslDiffieHellmanParameters &&other)
|
||||
\fn QSslDiffieHellmanParameters::QSslDiffieHellmanParameters(QSslDiffieHellmanParameters &&other)
|
||||
|
||||
Move-constructs from \a other.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue