Ignore:
Timestamp:
Mar 16, 2010, 12:21:22 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

docs: Fixed warnings and added some missing documentation for OS/2 specific classes.

File:
1 edited

Legend:

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

    r651 r690  
    912912  engine.
    913913
    914   For Windows, returns the canonicalized form of the current path used
    915   by the file engine for the drive specified by \a fileName.  On
    916   Windows, each drive has its own current directory, so a different
    917   path is returned for file names that include different drive names
    918   (e.g. A: or C:).
     914  For Windows and OS/2, returns the canonicalized form of the current path used
     915  by the file engine for the drive specified by \a fileName.  On Windows and on
     916  OS/2, each drive has its own current directory, so a different path is
     917  returned for file names that include different drive names (e.g. A: or C:).
    919918
    920919  \sa setCurrentPath()
Note: See TracChangeset for help on using the changeset viewer.