- Timestamp:
- Feb 25, 2016 2:38:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r59717 r59816 1254 1254 QIcon icon; 1255 1255 foreach (const QString &strIconName, gEDataManager->machineWindowIconNames(strMachineID)) 1256 if (!strIconName.isEmpty() )1256 if (!strIconName.isEmpty() && QFile::exists(strIconName)) 1257 1257 icon.addFile(strIconName); 1258 1258 if (!icon.isNull())
Note:
See TracChangeset
for help on using the changeset viewer.