Searched defs:thatValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp158 ULONG64 thatValue = vboxGlobal().parseSize(other.text(column)); local
159 return thisValue && thatValue ? thisValue < thatValue : QTreeWidgetItem::operator<(other);

Completed in 49 milliseconds