Searched refs:m_openParentKey (Results 1 – 4 of 4) sorted by relevance
73 (!m_openParentKey.isEmpty() || !m_openCurrentKey.isEmpty())) { in keyPressEvent()96 if (keySequence.matches(m_openParentKey) == QKeySequence::ExactMatch) { in keyPressEvent()160 m_openParentKey = *it; in setShortcuts()
169 QKeySequence m_openParentKey; variable