Ignore:
Timestamp:
Nov 30, 2009, 11:51:23 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib/io: Make sure QDir::absoluteFilePath() works correctly on OS/2 (this is the only bit left after rolling back r355 and friends).

File:
1 edited

Legend:

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

    r363 r365  
    732732{
    733733    Q_D(const QDir);
     734
     735
     736
     737
     738
     739
     740
     741
     742
     743
     744
     745
     746
     747
     748
     749
     750
     751
     752
     753
     754
     755
     756
     757
     758
     759
     760
     761
     762
     763
     764
     765
     766
     767
     768
     769
     770
     771
     772
     773
     774
     775
     776
     777
     778
     779
     780
     781
     782
     783
     784
     785
     786
     787
    734788    if (isAbsolutePath(fileName))
    735789        return fileName;
     
    753807    }
    754808    return ret;
     809
     810
    755811}
    756812
Note: See TracChangeset for help on using the changeset viewer.