forked from qt-creator/qt-creator
Rename {Core,TextEditor},{Base,}TextDocument classes
First step of some more 'Base' removal in TextEditor. s/Core::TextDocument/Core::BaseTextDocument/ s/TextEditor::BaseTextDocument/TextEditor::TextDocument/ Change-Id: I71ba325a2f0ad72ec9dae0d96846cbae72d326f7 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class QTextDocument;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace TextEditor {
|
||||
class BaseTextDocument;
|
||||
class TextDocument;
|
||||
class BaseTextEditorWidget;
|
||||
class RefactoringChanges;
|
||||
class RefactoringFile;
|
||||
@@ -99,7 +99,7 @@ protected:
|
||||
|
||||
void indentOrReindent(void (RefactoringChangesData::*mf)(const QTextCursor &,
|
||||
const QString &,
|
||||
const BaseTextDocument *) const,
|
||||
const TextDocument *) const,
|
||||
const RefactoringSelections &ranges);
|
||||
|
||||
protected:
|
||||
@@ -159,10 +159,10 @@ public:
|
||||
|
||||
virtual void indentSelection(const QTextCursor &selection,
|
||||
const QString &fileName,
|
||||
const BaseTextDocument *textEditor) const;
|
||||
const TextDocument *textEditor) const;
|
||||
virtual void reindentSelection(const QTextCursor &selection,
|
||||
const QString &fileName,
|
||||
const BaseTextDocument *textEditor) const;
|
||||
const TextDocument *textEditor) const;
|
||||
virtual void fileChanged(const QString &fileName);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user