Skip to content
Snippets Groups Projects
Commit f5b3dcfc authored by Tim Jenssen's avatar Tim Jenssen Committed by Tim Jenssen
Browse files

compile fix


Change-Id: Idb8e01dc2895621cf94ba047a41eef5ca0474089
Reviewed-by: default avatarTim Jenssen <tim.jenssen@qt.io>
parent b099ab92
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment