forked from qt-creator/qt-creator
CppTools/CppEditor: Rename the TestDocument classes
It was not helpful that we had four different classes with the same name. Note that they look suspiciously similar and could possibly be merged into a single class at some point. Change-Id: I7d4c10a09408226037bc0d276940bca39dc5f576 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -86,7 +86,7 @@ QuickFixTestDocument::Ptr QuickFixTestDocument::create(const QByteArray &fileNam
|
||||
QuickFixTestDocument::QuickFixTestDocument(const QByteArray &fileName,
|
||||
const QByteArray &source,
|
||||
const QByteArray &expectedSource)
|
||||
: TestDocument(fileName, source)
|
||||
: GenericCppTestDocument(fileName, source)
|
||||
, m_expectedSource(QString::fromUtf8(expectedSource))
|
||||
{
|
||||
removeMarkers();
|
||||
|
||||
Reference in New Issue
Block a user