HomeSort by relevance Sort by last modified time
    Searched refs:fActionClose (Results 1 - 2 of 2) sorted by null

  /external/skia/debugger/QT/
SkDebuggerGUI.h 245 QAction fActionClose;
SkDebuggerGUI.cpp 39 , fActionClose(this)
88 connect(&fActionClose, SIGNAL(triggered()), this, SLOT(actionClose()));
488 fActionClose.setShortcuts(QKeySequence::Quit);
489 fActionClose.setText("Exit");
673 fMenuFile.addAction(&fActionClose);

Completed in 31 milliseconds