QmlDesigner: Fix spelling of API

CurserSelectionSyncronisation -> CursorSelectionSynchronisation

Change-Id: I1370d0153d566e1c54f1e00f8c2339bfc9e33a5c
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Friedemann Kleint
2017-09-13 12:59:39 +02:00
committed by Tim Jenssen
parent afc39c4cc3
commit b7cdd90e55
3 changed files with 7 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ public:
int currentLine() const;
void setBlockCurserSelectionSyncronisation(bool b);
void setBlockCursorSelectionSynchronisation(bool b);
protected:
bool eventFilter(QObject *object, QEvent *event) override;
@@ -71,7 +71,7 @@ private:
QPointer<TextEditorView> m_textEditorView;
QTimer m_updateSelectionTimer;
TextEditorStatusBar *m_statusBar;
bool m_blockCurserSelectionSyncronisation = false;
bool m_blockCursorSelectionSynchronisation = false;
};
} // namespace QmlDesigner