diff options
Diffstat (limited to 'src/widgets/itemviews/qtreeview.cpp')
-rw-r--r-- | src/widgets/itemviews/qtreeview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/itemviews/qtreeview.cpp b/src/widgets/itemviews/qtreeview.cpp index 04835b63b4..44dd4b0761 100644 --- a/src/widgets/itemviews/qtreeview.cpp +++ b/src/widgets/itemviews/qtreeview.cpp @@ -85,8 +85,8 @@ QT_BEGIN_NAMESPACE model. In the following example, the contents of a directory are supplied by a QFileSystemModel and displayed as a tree: - \snippet doc/src/snippets/shareddirmodel/main.cpp 3 - \snippet doc/src/snippets/shareddirmodel/main.cpp 6 + \snippet shareddirmodel/main.cpp 3 + \snippet shareddirmodel/main.cpp 6 The model/view architecture ensures that the contents of the tree view are updated as the model changes. |