Home
last modified time | relevance | path

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

/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Dmainwindow.h570 QShortcut *m_shortcutStepNext; variable
H A Ddebugger.cpp281 connect(m_shortcutStepNext, &QShortcut::activated, this, &MainWindow::stepNext); in debugRaise()
2532 disconnect(m_shortcutStepNext, &QShortcut::activated, this, &MainWindow::stepNext); in stepNext()
H A Dmainwindow.cpp465 m_shortcutStepNext = new QShortcut(QKeySequence(Qt::Key_F8), this); in Q_DECLARE_METATYPE()
483 connect(m_shortcutStepNext, &QShortcut::activated, this, &MainWindow::stepNext); in Q_DECLARE_METATYPE()