forked from qt-creator/qt-creator
DiffEditor: De-slot
Change-Id: I132da3f0475ced470ffd7c4cace60825b9dec44f Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
9f1a9078c2
commit
3ec5a18990
@@ -70,7 +70,7 @@ public:
|
||||
signals:
|
||||
void currentDiffFileIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void setFontSettings(const TextEditor::FontSettings &fontSettings);
|
||||
void slotLeftJumpToOriginalFileRequested(int diffFileIndex,
|
||||
int lineNumber, int columnNumber);
|
||||
@@ -87,7 +87,6 @@ private slots:
|
||||
void leftCursorPositionChanged();
|
||||
void rightCursorPositionChanged();
|
||||
|
||||
private:
|
||||
void showDiff();
|
||||
|
||||
SideDiffEditorWidget *m_leftEditor;
|
||||
|
||||
Reference in New Issue
Block a user