documentation fixes
Change-Id: If165933df41e518f5ba6065792676260fd2492b6 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>bb10
parent
a86b3d76a5
commit
b5b8fdb915
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue