MCPcopy Create free account
hub / github.com/KDE/kdiff3 / slotReturnPressed

Method slotReturnPressed

src/difftextwindow.cpp:2100–2106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2098}
2099
2100void DiffTextWindowFrame::slotReturnPressed()
2101{
2102 if(m_pDiffTextWindow->getFileName() != m_pFileSelection->text())
2103 {
2104 Q_EMIT fileNameChanged(m_pFileSelection->text(), m_pDiffTextWindow->getWindowIndex());
2105 }
2106}
2107
2108void DiffTextWindowFrame::slotBrowseButtonClicked()
2109{

Callers

nothing calls this directly

Calls 2

getFileNameMethod · 0.45
getWindowIndexMethod · 0.45

Tested by

no test coverage detected