Changeset 17412 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 5, 2009 3:24:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListView.h
r14355 r17412 43 43 44 44 QString name() const { return mName; } 45 QIcon osIcon() const { return mAccessible ? vboxGlobal().vmGuestOSTypeIcon (mOSTypeId) : QPixmap (":/os_unknown.png"); }45 QIcon osIcon() const { return mAccessible ? vboxGlobal().vmGuestOSTypeIcon (mOSTypeId) : QPixmap (":/os_other.png"); } 46 46 QUuid id() const { return mId; } 47 47
Note:
See TracChangeset
for help on using the changeset viewer.