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 241 QAction fActionClose;
SkDebuggerGUI.cpp 24 , fActionClose(this)
73 connect(&fActionClose, SIGNAL(triggered()), this, SLOT(actionClose()));
424 fActionClose.setShortcuts(QKeySequence::Quit);
425 fActionClose.setText("Exit");
597 fMenuFile.addAction(&fActionClose);

Completed in 34 milliseconds