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
Martin Smith 2018-01-10 12:57:45 +01:00
parent a61c6a7a2e
commit 56385f0f3d
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ QSslDiffieHellmanParameters::QSslDiffieHellmanParameters(const QSslDiffieHellman
}
/*!
\fn QSslDiffieHellmanParameters(QSslDiffieHellmanParameters &&other)
\fn QSslDiffieHellmanParameters::QSslDiffieHellmanParameters(QSslDiffieHellmanParameters &&other)
Move-constructs from \a other.