Ignore:
Timestamp:
Dec 3, 2009, 9:41:12 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib/io: Fixed several QFSFileEngine bugs (#109):

  • RootFlag was not reported for drive root paths ("X:/" and "X:") which in particular caused letters of removable drives with no media inserted to be hidden in the file dialogs and other weird behavior such as empty nodes in the tree-like filesystem view.
  • Hidden files were not actually reported as hidden.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qfsfileengine.cpp

    r172 r375  
    106106    is_sequential = 0;
    107107    tried_stat = 0;
    108 #ifdef Q_OS_UNIX
     108#if
    109109    need_lstat = 1;
    110110    is_link = 0;
     111
     112
     113
    111114#endif
    112115    openMode = QIODevice::NotOpen;
Note: See TracChangeset for help on using the changeset viewer.