- Timestamp:
- Mar 1, 2022 11:16:54 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r94029 r94031 1641 1641 { 1642 1642 const QList<int> &pressedKeyList = m_pressedHostComboKeys.keys(); 1643 #if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0) 1643 1644 fIsFullHostComboPresent = QSet<int>(allHostComboKeys.begin(), allHostComboKeys.end()) 1644 1645 == QSet<int>(pressedKeyList.begin(), pressedKeyList.end()); 1646 #else 1647 fIsFullHostComboPresent = allHostComboKeys.toSet() == pressedKeyList.toSet(); 1648 #endif 1645 1649 } 1646 1650
Note:
See TracChangeset
for help on using the changeset viewer.