summaryrefslogtreecommitdiffstats
path: root/doc/src/model-view-programming.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/model-view-programming.qdoc')
-rw-r--r--doc/src/model-view-programming.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/model-view-programming.qdoc b/doc/src/model-view-programming.qdoc
index bf0c1c8..8874cfa 100644
--- a/doc/src/model-view-programming.qdoc
+++ b/doc/src/model-view-programming.qdoc
@@ -249,7 +249,7 @@
provide an API that allows you to sort your model data
programmatically. In addition, you can enable interactive sorting
(i.e. allowing the users to sort the data by clicking the view's
- headers), by connecting the QHeaderView::sectionClicked() signal
+ headers), by connecting the QHeaderView::sortIndicatorChanged() signal
to the QTableView::sortByColumn() slot or the
QTreeView::sortByColumn() slot, respectively.