Fix documentation of QFileSystemModel::resolveSymlinks().

It's Windows only, and it defaults to true.

Change-Id: I82badbcae0fdba589b57a7dfe627b99ec6cc92c5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Sérgio Martins 2013-03-26 12:02:46 +00:00 committed by The Qt Project
parent 244cc5da55
commit 7810ba17bc

View File

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