diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-05-07 08:51:10 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-05-07 08:55:52 (GMT) |
commit | db1254131c8d372e1d47acbaaa7c5c2b2be5b7d7 (patch) | |
tree | a1426d3a70e9f55a2581ee8695d7d476be5e440b /src/gui/dialogs/qfileinfogatherer_p.h | |
parent | 175eedd991d321d0902ea0065f9b288c62958a5d (diff) | |
download | Qt-db1254131c8d372e1d47acbaaa7c5c2b2be5b7d7.zip Qt-db1254131c8d372e1d47acbaaa7c5c2b2be5b7d7.tar.gz Qt-db1254131c8d372e1d47acbaaa7c5c2b2be5b7d7.tar.bz2 |
Fix fetchedRoot test variable to work also in Symbian
RVCT builds cannot seem to be able to deal with data symbols at runtime,
so made accessors for fetchedRoot test variable. Also moved it out
of QFileInfoGatherer class as there is no need to have it there.
Reviewed-by: Janne Koskinen
Diffstat (limited to 'src/gui/dialogs/qfileinfogatherer_p.h')
-rw-r--r-- | src/gui/dialogs/qfileinfogatherer_p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/dialogs/qfileinfogatherer_p.h b/src/gui/dialogs/qfileinfogatherer_p.h index 5abcd94..8681eb5 100644 --- a/src/gui/dialogs/qfileinfogatherer_p.h +++ b/src/gui/dialogs/qfileinfogatherer_p.h @@ -195,9 +195,6 @@ private: uint userId; uint groupId; #endif -public : - //for testing purpose - static bool fetchedRoot; }; #endif // QT_NO_FILESYSTEMMODEL |