Changes between Initial Version and Version 1 of Ticket #242, comment 3


Ignore:
Timestamp:
Sep 3, 2011, 3:37:04 PM (13 years ago)
Author:
Dmitry A. Kuminov
Comment:

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...
     1I 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.