- Timestamp:
- Apr 8, 2014 8:01:41 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93176
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r50934 r50990 219 219 220 220 #ifdef Q_WS_MAC 221 /* Test if HiDPI icons enabled: */ 221 /* Test if HiDPI icons are enabled. Works only with a patched version of Qt 4.x 222 * with the changes from https://codereview.qt-project.org/#change,54636 applied. */ 222 223 if (qApp->testAttribute(Qt::AA_UseHighDpiPixmaps)) 223 224 { -
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r50972 r50990 415 415 #ifdef Q_WS_MAC 416 416 # ifndef VBOX_OSE 417 /* Enable HiDPI icons. */ 417 /* Enable HiDPI icons. For this we require a patched version of Qt 4.x with 418 * the changes from https://codereview.qt-project.org/#change,54636 applied. */ 418 419 qApp->setAttribute(Qt::AA_UseHighDpiPixmaps); 419 420 # endif /* !VBOX_OSE */
Note:
See TracChangeset
for help on using the changeset viewer.