Changeset 98937 in vbox
- Timestamp:
- Mar 13, 2023 3:30:45 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r98103 r98937 539 539 QIcon UIIconPoolGeneral::userMachineIcon(const CMachine &comMachine) const 540 540 { 541 /* Make sure machine is not NULL: */ 542 AssertReturn(comMachine.isNotNull(), QIcon()); 543 541 544 /* Get machine ID: */ 542 545 const QUuid uMachineId = comMachine.GetId(); 543 AssertReturn(comMachine.isOk(), Q Pixmap());546 AssertReturn(comMachine.isOk(), QIcon()); 544 547 545 548 /* Prepare icon: */ … … 627 630 { 628 631 /* Prepare fallback icon: */ 629 static QPixmap nullIcon ;632 static QPixmap nullIcon(":/os_other.png"); 630 633 631 634 /* If we do NOT have that 'guest OS type' icon cached already: */
Note:
See TracChangeset
for help on using the changeset viewer.

