Ignore:
Timestamp:
Aug 22, 2011, 10:10:16 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: Convert path separators in QFileSystemModel::setRootPath().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/dialogs/qfilesystemmodel.cpp

    r846 r1022  
    13671367{
    13681368    Q_D(QFileSystemModel);
    1369 #ifdef Q_OS_WIN
    1370 #ifdef Q_OS_WIN32
     1369#if defined(Q_OS_WIN32)
    13711370    QString longNewPath = qt_GetLongPathName(newPath);
    1372 #else
     1371#el
    13731372    QString longNewPath = QDir::fromNativeSeparators(newPath);
    1374 #endif
    13751373#else
    13761374    QString longNewPath = newPath;
Note: See TracChangeset for help on using the changeset viewer.