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:
parent
244cc5da55
commit
7810ba17bc
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user