Changeset 690 for trunk/src/corelib/io
- Timestamp:
- Mar 16, 2010, 12:21:22 AM (16 years ago)
- Location:
- trunk/src/corelib/io
- Files:
-
- 3 edited
-
qfsfileengine.cpp (modified) (1 diff)
-
qfsfileengine_os2.cpp (modified) (13 diffs)
-
qprocess_os2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qfsfileengine.cpp
r651 r690 912 912 engine. 913 913 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:). 919 918 920 919 \sa setCurrentPath() -
trunk/src/corelib/io/qfsfileengine_os2.cpp
r660 r690 192 192 } 193 193 194 /*!195 \internal196 */197 194 void QFSFileEnginePrivate::nativeInitFileName() 198 195 { … … 208 205 } 209 206 210 /*!211 \internal212 */213 207 bool QFSFileEnginePrivate::nativeOpen(QIODevice::OpenMode openMode) 214 208 { … … 303 297 } 304 298 305 /*!306 \internal307 */308 299 bool QFSFileEnginePrivate::nativeClose() 309 300 { … … 311 302 } 312 303 313 /*!314 \internal315 316 */317 304 bool QFSFileEnginePrivate::nativeFlush() 318 305 { … … 320 307 } 321 308 322 /*!323 \internal324 */325 309 qint64 QFSFileEnginePrivate::nativeRead(char *data, qint64 len) 326 310 { … … 384 368 } 385 369 386 /*!387 \internal388 */389 370 qint64 QFSFileEnginePrivate::nativeReadLine(char *data, qint64 maxlen) 390 371 { … … 392 373 } 393 374 394 /*!395 \internal396 */397 375 qint64 QFSFileEnginePrivate::nativeWrite(const char *data, qint64 len) 398 376 { … … 400 378 } 401 379 402 /*!403 \internal404 */405 380 qint64 QFSFileEnginePrivate::nativePos() const 406 381 { … … 408 383 } 409 384 410 /*!411 \internal412 */413 385 bool QFSFileEnginePrivate::nativeSeek(qint64 pos) 414 386 { … … 416 388 } 417 389 418 /*!419 \internal420 */421 390 int QFSFileEnginePrivate::nativeHandle() const 422 391 { … … 424 393 } 425 394 426 /*!427 \internal428 */429 395 bool QFSFileEnginePrivate::nativeIsSequential() const 430 396 { … … 556 522 } 557 523 558 /*!559 Returns the canonicalized form of the current path used by the file560 engine for the drive specified by \a fileName.561 562 On OS/2, each drive has its own current directory, so a different563 path is returned for file names that include different drive names564 (e.g. A: or C:).565 566 \sa setCurrentPath()567 */568 524 QString QFSFileEngine::currentPath(const QString &fileName) 569 525 { … … 698 654 } 699 655 700 /*!701 \reimp702 */703 656 QAbstractFileEngine::FileFlags QFSFileEngine::fileFlags(FileFlags type) const 704 657 { -
trunk/src/corelib/io/qprocess_os2.cpp
r659 r690 1742 1742 } 1743 1743 1744 /*! \internal1745 */1746 1744 bool QProcessPrivate::startDetached(const QString &program, const QStringList &arguments, 1747 1745 const QString &workingDirectory, qint64 *pid)
Note:
See TracChangeset
for help on using the changeset viewer.
