[docs] Fix assocated -> associated

Change-Id: Ia828db7bb71b874b19a610439e156687f273290f
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
This commit is contained in:
Marc Mutz 2015-12-14 20:07:12 +01:00
parent b2aeeaf628
commit 43d1e61ade
4 changed files with 7 additions and 7 deletions

View File

@ -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
{

View File

@ -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
@ -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

View File

@ -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
@ -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

View File

@ -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.
@ -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()
*/