MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / contextCopy

Method contextCopy

pcsx2-qt/Debugger/Breakpoints/BreakpointView.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void BreakpointView::contextCopy()
95{
96 const QItemSelectionModel* selModel = m_ui.breakpointList->selectionModel();
97
98 if (!selModel->hasSelection())
99 return;
100
101 QGuiApplication::clipboard()->setText(m_model->data(selModel->currentIndex()).toString());
102}
103
104void BreakpointView::contextDelete()
105{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected