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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp1574 bool UIKeyboardHandler::processHotKey(int iHotKey, wchar_t *pHotKey) argument
1580 Q_UNUSED(pHotKey);
1598 Q_UNUSED(pHotKey);
1617 if (pHotKey && pHotKey[0] && !pHotKey[1])
1618 fWasProcessed = actionPool()->processHotKey(QKeySequence(Qt::UNICODE_ACCEL + QChar(pHotKey[0]).toUpper().unicode()));

Completed in 48 milliseconds