forked from qt-creator/qt-creator
TextEditor: More BaseText* -> Text* renamings
*Document* and *Layout* classes, all basetext* files Change-Id: I1c6e376733a434fcb5c7f19c6210dfa031eeafde Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
namespace Core {
|
||||
|
||||
namespace Internal { class BaseTextDocumentPrivate; }
|
||||
namespace Internal { class TextDocumentPrivate; }
|
||||
|
||||
class CORE_EXPORT BaseTextDocument : public IDocument
|
||||
{
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
bool write(const QString &fileName, const Utils::TextFileFormat &format, const QString &data, QString *errorMessage) const;
|
||||
|
||||
private:
|
||||
Internal::BaseTextDocumentPrivate *d;
|
||||
Internal::TextDocumentPrivate *d;
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user