[docs] Fix assocated -> associated
Change-Id: Ia828db7bb71b874b19a610439e156687f273290f Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
This commit is contained in:
parent
b2aeeaf628
commit
43d1e61ade
@ -364,7 +364,7 @@ bool QDBusAbstractInterface::isValid() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the connection this interface is assocated with.
|
Returns the connection this interface is associated with.
|
||||||
*/
|
*/
|
||||||
QDBusConnection QDBusAbstractInterface::connection() const
|
QDBusConnection QDBusAbstractInterface::connection() const
|
||||||
{
|
{
|
||||||
|
@ -1908,7 +1908,7 @@ QList<QListWidgetItem*> QListWidget::items(const QMimeData *data) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the QModelIndex assocated with the given \a item.
|
Returns the QModelIndex associated with the given \a item.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QModelIndex QListWidget::indexFromItem(QListWidgetItem *item) const
|
QModelIndex QListWidget::indexFromItem(QListWidgetItem *item) const
|
||||||
@ -1918,7 +1918,7 @@ QModelIndex QListWidget::indexFromItem(QListWidgetItem *item) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns a pointer to the QListWidgetItem assocated with the given \a index.
|
Returns a pointer to the QListWidgetItem associated with the given \a index.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QListWidgetItem *QListWidget::itemFromIndex(const QModelIndex &index) const
|
QListWidgetItem *QListWidget::itemFromIndex(const QModelIndex &index) const
|
||||||
|
@ -2639,7 +2639,7 @@ QList<QTableWidgetItem*> QTableWidget::items(const QMimeData *data) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the QModelIndex assocated with the given \a item.
|
Returns the QModelIndex associated with the given \a item.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QModelIndex QTableWidget::indexFromItem(QTableWidgetItem *item) const
|
QModelIndex QTableWidget::indexFromItem(QTableWidgetItem *item) const
|
||||||
@ -2649,7 +2649,7 @@ QModelIndex QTableWidget::indexFromItem(QTableWidgetItem *item) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns a pointer to the QTableWidgetItem assocated with the given \a index.
|
Returns a pointer to the QTableWidgetItem associated with the given \a index.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QTableWidgetItem *QTableWidget::itemFromIndex(const QModelIndex &index) const
|
QTableWidgetItem *QTableWidget::itemFromIndex(const QModelIndex &index) const
|
||||||
|
@ -3340,7 +3340,7 @@ QList<QTreeWidgetItem*> QTreeWidget::items(const QMimeData *data) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the QModelIndex assocated with the given \a item in the given \a column.
|
Returns the QModelIndex associated with the given \a item in the given \a column.
|
||||||
|
|
||||||
\note In Qt versions prior to 5.7, this function took a non-\c{const} \a item.
|
\note In Qt versions prior to 5.7, this function took a non-\c{const} \a item.
|
||||||
|
|
||||||
@ -3362,7 +3362,7 @@ QModelIndex QTreeWidget::indexFromItem(QTreeWidgetItem *item, int column) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns a pointer to the QTreeWidgetItem assocated with the given \a index.
|
Returns a pointer to the QTreeWidgetItem associated with the given \a index.
|
||||||
|
|
||||||
\sa indexFromItem()
|
\sa indexFromItem()
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user