Changes between Initial Version and Version 1 of Ticket #242, comment 3
- Timestamp:
- Sep 3, 2011, 5:37:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #242, comment 3
initial v1 1 I must say that the behavior you describe (no . and .. in the root directory listing of QDir) is only present on Windows. Not on Linux. There is even a special filter to filter that out (QDir::NoDotAndDotDot). So it's actually Windows here who behaves inconsistently... 1 I must say that the behavior you describe (no . and .. in the root directory listing of QDir) is only present on Windows. Not on Linux. There is even a special filter to filter that out (QDir::NoDotAndDotDot). So it's actually Windows here who behaves inconsistently... WRT other platforms I mean.