diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-06-15 10:22:28 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-06-15 10:22:28 +0200 |
commit | 54ea41af470d31a2cb4526f31327397c0ea1a30c (patch) | |
tree | b4aef624ffde7cbaf1689d783fca528ceec15cf8 /src/plugins/qmljseditor/qmljsquickfix.h | |
parent | 4d1602cb0ab0023ac2ce4f8a00cf9f9db7828cd4 (diff) | |
download | qt-creator-54ea41af470d31a2cb4526f31327397c0ea1a30c.tar.gz |
Removed implicit change set and related utility methods.
Diffstat (limited to 'src/plugins/qmljseditor/qmljsquickfix.h')
-rw-r--r-- | src/plugins/qmljseditor/qmljsquickfix.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/qmljseditor/qmljsquickfix.h b/src/plugins/qmljseditor/qmljsquickfix.h index a2cf4f52ea..9163700940 100644 --- a/src/plugins/qmljseditor/qmljsquickfix.h +++ b/src/plugins/qmljseditor/qmljsquickfix.h @@ -71,13 +71,7 @@ protected: QmlJSRefactoringChanges *qmljsRefactoringChanges() const; virtual TextEditor::RefactoringChanges *refactoringChanges() const; - unsigned position(const QmlJS::AST::SourceLocation &loc) const; - - // token based operations - void move(const QmlJS::AST::SourceLocation &loc, int to); - void replace(const QmlJS::AST::SourceLocation &loc, const QString &replacement); - void remove(const QmlJS::AST::SourceLocation &loc); - void copy(const QmlJS::AST::SourceLocation &loc, int to); + unsigned startPosition(const QmlJS::AST::SourceLocation &loc) const; private: SemanticInfo _semanticInfo; |