Home
last modified time | relevance | path

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

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp53 , fActionStepForward(this) in SkDebuggerGUI()
79 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward())); in SkDebuggerGUI()
564 fActionStepForward.setShortcut(QKeySequence(tr("]"))); in setupUi()
565 fActionStepForward.setIcon(stepForward); in setupUi()
566 fActionStepForward.setText("Step Forward"); in setupUi()
649 fToolBar.addAction(&fActionStepForward); in setupUi()
685 fMenuNavigate.addAction(&fActionStepForward); in setupUi()
DSkDebuggerGUI.h259 QAction fActionStepForward; variable