Home
last modified time | relevance | path

Searched refs:m_shortcutStepIn (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Dmainwindow.h568 QShortcut *m_shortcutStepIn; variable
H A Ddebugger.cpp279 connect(m_shortcutStepIn, &QShortcut::activated, this, &MainWindow::stepIn); in debugRaise()
2510 disconnect(m_shortcutStepIn, &QShortcut::activated, this, &MainWindow::stepIn); in stepIn()
H A Dmainwindow.cpp463 m_shortcutStepIn = new QShortcut(QKeySequence(Qt::Key_F6), this); in Q_DECLARE_METATYPE()
481 connect(m_shortcutStepIn, &QShortcut::activated, this, &MainWindow::stepIn); in Q_DECLARE_METATYPE()