forked from qt-creator/qt-creator
compile fix
Change-Id: Idb8e01dc2895621cf94ba047a41eef5ca0474089 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user