forked from qt-creator/qt-creator
Move "Sync Horiz Scroll Bars" corner widget to the toolbar
Change-Id: Ie97ae07b02499b4d8d80e006aa77ca3b802f39b3 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -86,6 +86,7 @@ public:
|
||||
public slots:
|
||||
void setContextLinesNumber(int lines);
|
||||
void setIgnoreWhitespaces(bool ignore);
|
||||
void setHorizontalScrollBarSynchronization(bool on);
|
||||
void navigateToDiffFile(int diffFileIndex);
|
||||
|
||||
signals:
|
||||
@@ -104,7 +105,6 @@ private slots:
|
||||
void rightCursorPositionChanged();
|
||||
void leftDocumentSizeChanged();
|
||||
void rightDocumentSizeChanged();
|
||||
void toggleScrollBarSynchronization(bool on);
|
||||
|
||||
private:
|
||||
struct DiffList {
|
||||
|
||||
Reference in New Issue
Block a user