forked from qt-creator/qt-creator
C++ indenter: Refactor to be independent of BaseTextDocumentLayout.
Done-with: Thomas Hartmann
This commit is contained in:
@@ -31,11 +31,6 @@
|
||||
|
||||
using namespace TextEditor;
|
||||
|
||||
CodeFormatterData::CodeFormatterData(int blockRevision)
|
||||
: m_blockRevision(blockRevision)
|
||||
{
|
||||
}
|
||||
|
||||
CodeFormatterData::~CodeFormatterData()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user