Ignore:
Timestamp:
Nov 16, 2005, 8:36:46 PM (20 years ago)
Author:
dmik
Message:

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel/qurl.cpp

    r7 r8  
    834834        d->host.remove( (uint)0, 1 );
    835835
    836 #if defined(Q_OS_WIN32)
     836#if defined(Q_OS_WIN32) || defined(Q_OS_OS2)
    837837    // hack for windows file://machine/path syntax
    838838    if ( d->protocol == "file" ) {
     
    10281028            d->cleanPath = d->path;
    10291029        } else if ( isLocalFile() ) {
    1030 #if defined(Q_OS_WIN32)
     1030#if defined(Q_OS_WIN32) || defined(Q_OS_OS2)
    10311031            // hack for stuff like \\machine\path and //machine/path on windows
    10321032            if ( ( d->path.left( 1 ) == "/" || d->path.left( 1 ) == "\\" ) &&
     
    11011101{
    11021102    if ( d->path.isEmpty() || d->path.endsWith( "/" )
    1103 #ifdef Q_WS_WIN
     1103#if defined(Q_WS_WIN) || defined(Q_OS_OS2)
    11041104        || d->path.endsWith( "\\" )
    11051105#endif
Note: See TracChangeset for help on using the changeset viewer.