Home
last modified time | relevance | path

Searched refs:m_showShortcut (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dproxyaction.cpp149 return m_showShortcut; in shortcutVisibleInToolTip()
154 m_showShortcut = visible; in setShortcutVisibleInToolTip()
163 if (!m_showShortcut || shortcut().isEmpty()) in updateToolTipWithKeySequence()
H A Dproxyaction.h76 bool m_showShortcut = false; variable