documentation fixes

Change-Id: If165933df41e518f5ba6065792676260fd2492b6
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
bb10
Marcel Krems 2012-04-27 03:08:21 +02:00 committed by The Qt Project
parent a86b3d76a5
commit b5b8fdb915
2 changed files with 2 additions and 2 deletions

View File

@ -586,7 +586,7 @@ void QSslSocket::setProtocol(QSsl::SslProtocol protocol)
/*!
\since 4.4
Returns the socket's verify mode. This mode mode decides whether
Returns the socket's verify mode. This mode decides whether
QSslSocket should request a certificate from the peer (i.e., the client
requests a certificate from the server, or a server requesting a
certificate from the client), and whether it should require that this

View File

@ -2789,7 +2789,7 @@ int QTreeWidget::currentColumn() const
Sets the current \a item in the tree widget.
Unless the selection mode is \l{QAbstractItemView::}{NoSelection},
the item is also be selected.
the item is also selected.
\sa currentItem(), currentItemChanged()
*/