C++ indenter: Refactor to be independent of BaseTextDocumentLayout.

Done-with: Thomas Hartmann
This commit is contained in:
Christian Kamm
2010-07-07 11:01:38 +02:00
parent 486b23b8ef
commit 7ae3fd5a10
5 changed files with 117 additions and 84 deletions

View File

@@ -31,11 +31,6 @@
using namespace TextEditor;
CodeFormatterData::CodeFormatterData(int blockRevision)
: m_blockRevision(blockRevision)
{
}
CodeFormatterData::~CodeFormatterData()
{
}