compile fix

Change-Id: Idb8e01dc2895621cf94ba047a41eef5ca0474089
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tim Jenssen
2016-10-21 18:50:18 +02:00
committed by Tim Jenssen
parent b099ab92d8
commit f5b3dcfc83

View File

@@ -56,6 +56,7 @@ void ComponentTextModifier::move(const MoveInfo &moveInfo)
void ComponentTextModifier::indent(int offset, int length)
{
m_originalModifier->indent(offset, length);
}
void ComponentTextModifier::indentLines(int startLine, int endLine)
{