Ignore:
Timestamp:
Feb 26, 2010, 2:25:56 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Select the correct icon for the drive letter in standard file dialogs depending on the drive type (floppy, hard disk etc) [patch by rudi].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/itemviews/qfileiconprovider.cpp

    r561 r607  
    5252#  include <commctrl.h>
    5353#  include <objbase.h>
     54
     55
    5456#elif defined(Q_WS_MAC)
    5557#  include <private/qt_cocoa_helpers_mac_p.h>
     
    429431        }
    430432    }
     433
     434
     435
     436
     437
     438
     439
     440
     441
     442
     443
     444
     445
     446
     447
     448
     449
     450
     451
     452
     453
     454
    431455#else
    432456    return d->getIcon(QStyle::SP_DriveHDIcon);
Note: See TracChangeset for help on using the changeset viewer.