forked from qt-creator/qt-creator
QmlDesigner: Fix spelling of API
CurserSelectionSyncronisation -> CursorSelectionSynchronisation Change-Id: I1370d0153d566e1c54f1e00f8c2339bfc9e33a5c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
afc39c4cc3
commit
b7cdd90e55
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user