summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qdirmodel.cpp
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-07-05 19:20:05 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2016-07-05 20:51:40 +0000
commit6c935dc74fa9e997144499d7aa34ef5aad389fbb (patch)
tree7d34363555f5aa115d850c02279d02646348731a /src/widgets/itemviews/qdirmodel.cpp
parentb073ba57f821b2e79c553f974d9fba2cbb034ee9 (diff)
parentb5695bd5be908970244919bcd7c19cbf7ccca2c4 (diff)
Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7
Diffstat (limited to 'src/widgets/itemviews/qdirmodel.cpp')
-rw-r--r--src/widgets/itemviews/qdirmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/itemviews/qdirmodel.cpp b/src/widgets/itemviews/qdirmodel.cpp
index 58e586980f..1546037c2c 100644
--- a/src/widgets/itemviews/qdirmodel.cpp
+++ b/src/widgets/itemviews/qdirmodel.cpp
@@ -212,7 +212,7 @@ void QDirModelPrivate::invalidate()
Directories can be created and removed using mkdir(), rmdir(), and the
model will be automatically updated to take the changes into account.
- \note QDirModel requires an instance of a GUI application.
+ \note QDirModel requires an instance of \l QApplication.
\sa nameFilters(), setFilter(), filter(), QListView, QTreeView, QFileSystemModel,
{Dir View Example}, {Model Classes}