Home
last modified time | relevance | path

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

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp38 , fActionStepForward(this) in SkDebuggerGUI()
65 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward())); in SkDebuggerGUI()
492 fActionStepForward.setShortcut(QKeySequence(tr("]"))); in setupUi()
493 fActionStepForward.setIcon(stepForward); in setupUi()
494 fActionStepForward.setText("Step Forward"); in setupUi()
577 fToolBar.addAction(&fActionStepForward); in setupUi()
608 fMenuNavigate.addAction(&fActionStepForward); in setupUi()
DSkDebuggerGUI.h255 QAction fActionStepForward; variable