From 7810ba17bc245e63fa778317b96c46e9a374daf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Martins?= Date: Tue, 26 Mar 2013 12:02:46 +0000 Subject: Fix documentation of QFileSystemModel::resolveSymlinks(). It's Windows only, and it defaults to true. Change-Id: I82badbcae0fdba589b57a7dfe627b99ec6cc92c5 Reviewed-by: Friedemann Kleint --- src/widgets/dialogs/qfilesystemmodel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/dialogs/qfilesystemmodel.cpp b/src/widgets/dialogs/qfilesystemmodel.cpp index d91ac424e2..9556c0ed15 100644 --- a/src/widgets/dialogs/qfilesystemmodel.cpp +++ b/src/widgets/dialogs/qfilesystemmodel.cpp @@ -1522,9 +1522,9 @@ QDir::Filters QFileSystemModel::filter() const \property QFileSystemModel::resolveSymlinks \brief Whether the directory model should resolve symbolic links - This is only relevant on operating systems that support symbolic links. + This is only relevant on Windows. - By default, this property is false. + By default, this property is true. */ void QFileSystemModel::setResolveSymlinks(bool enable) { -- cgit v1.2.3