- Timestamp:
- Oct 12, 2018 5:43:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r73127 r74815 261 261 /* Prepare HiDPI pixmaps: */ 262 262 const QStringList aPixmapNames = QStringList() << (strPrefix + "_x2." + strSuffix) 263 << (strPrefix + "_x3." + strSuffix)264 << (strPrefix + "_x4." + strSuffix) ;263 /*<< (strPrefix + "_x3." + strSuffix) 264 << (strPrefix + "_x4." + strSuffix)*/; 265 265 foreach (const QString &strPixmapName, aPixmapNames) 266 266 {
Note:
See TracChangeset
for help on using the changeset viewer.