Searched refs:item1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsInput.h86 bool operator()(const UIShortcutCacheItem &item1, const UIShortcutCacheItem &item2) argument
90 case 0: return m_order == Qt::AscendingOrder ? item1.description < item2.description : item1.description > item2.description;
91 case 1: return m_order == Qt::AscendingOrder ? item1.currentSequence < item2.currentSequence : item1.currentSequence > item2.currentSequence;
94 return m_order == Qt::AscendingOrder ? item1.key < item2.key : item1.key > item2.key;

Completed in 40 milliseconds