Changeset 104711 in vbox
- Timestamp:
- May 17, 2024 1:28:07 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163267
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageVMs.cpp
r104515 r104711 61 61 {} 62 62 63 #if 0 /* unused */ 63 64 /** Returns whether this item is less than @a other. */ 64 65 bool operator<(const QIListWidgetItem &other) const … … 66 67 return text().toLower() < other.text().toLower(); 67 68 } 69 #endif 68 70 69 71 /** Returns the machine ID. */
Note:
See TracChangeset
for help on using the changeset viewer.