- Timestamp:
- May 19, 2014 2:05:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.cpp
r51054 r51289 31 31 #include "UIMessageCenter.h" 32 32 #include "UIExtraDataManager.h" 33 #include "UIIconPool.h" 33 34 34 35 /* COM includes: */ … … 450 451 451 452 if (fCheckRO && m_fReadOnly) 452 pixmap = VBoxGlobal::joinPixmaps(pixmap, QPixmap(":/hd_new_16px.png")); 453 { 454 QIcon icon = UIIconPool::iconSet(":/hd_new_16px.png"); 455 pixmap = VBoxGlobal::joinPixmaps(pixmap, icon.pixmap(icon.availableSizes().first())); 456 } 453 457 454 458 return pixmap;
Note:
See TracChangeset
for help on using the changeset viewer.