Changeset 50995 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 8, 2014 1:12:32 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r50990 r50995 219 219 220 220 #ifdef Q_WS_MAC 221 # ifndef VBOX_OSE 221 222 /* Test if HiDPI icons are enabled. Works only with a patched version of Qt 4.x 222 223 * with the changes from https://codereview.qt-project.org/#change,54636 applied. */ … … 232 233 icon.addPixmap(pixmapHiDPI, mode, state); 233 234 } 235 # endif 234 236 #endif /* Q_WS_MAC */ 235 237 }
Note:
See TracChangeset
for help on using the changeset viewer.