QFileInfoGatherer: remove m_resolveSymlinks for non-Q_OS_WIN
authorMarc Mutz <marc.mutz@kdab.com>
Tue, 7 Aug 2012 17:44:09 +0000 (19:44 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 17 Oct 2012 02:19:06 +0000 (04:19 +0200)
commit8c838f29d4df0082021c8b1792feb1d917249b84
tree15620ac4f1236c01600a8718f5cc288af168b193
parenta530c3381b06a6e26df5f2db6b20a962d98f88ca
QFileInfoGatherer: remove m_resolveSymlinks for non-Q_OS_WIN

For some reason, m_resolveSymlinks was never set to true for
non-Windows systems. The constructor set it to false and the
setter was only implemented for Windows.

So remove the member and code that is only executed if it
is set to true, except on Windows.

Change-Id: I386e980688a603475a413e2ef3628d0754778c5c
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
src/widgets/dialogs/qfileinfogatherer.cpp
src/widgets/dialogs/qfileinfogatherer_p.h