forked from qt-creator/qt-creator
DiffEditor: WS only change
Change-Id: I845f492c27d2149ed01e175af5f974f86c7bd1d6 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -1112,7 +1112,7 @@ void SideBySideDiffEditorWidget::slotRightJumpToOriginalFileRequested(
|
||||
}
|
||||
|
||||
void SideBySideDiffEditorWidget::jumpToOriginalFile(const QString &fileName,
|
||||
int lineNumber, int columnNumber)
|
||||
int lineNumber, int columnNumber)
|
||||
{
|
||||
if (!m_document)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user