| 2098 | } |
| 2099 | |
| 2100 | void 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 | |
| 2108 | void DiffTextWindowFrame::slotBrowseButtonClicked() |
| 2109 | { |
nothing calls this directly
no test coverage detected