forked from qt-creator/qt-creator
Text editor: Make it easier for some compilers
This commit is contained in:
@@ -201,9 +201,11 @@ public:
|
||||
bool m_fileIsReadOnly;
|
||||
bool m_hasDecodingError;
|
||||
QByteArray m_decodingErrorSample;
|
||||
static const int kChunkSize = 65536;
|
||||
static const int kChunkSize;
|
||||
};
|
||||
|
||||
const int BaseTextDocumentPrivate::kChunkSize = 65536;
|
||||
|
||||
BaseTextDocumentPrivate::BaseTextDocumentPrivate(BaseTextDocument *q) :
|
||||
m_document(new QTextDocument(q)),
|
||||
m_documentMarker(new Internal::DocumentMarker(m_document)),
|
||||
|
||||
Reference in New Issue
Block a user