MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / TableRemove

Method TableRemove

source/ui/EditUi.cpp:1787–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1785 else if (!ref.title.isEmpty()) param = ref.title;
1786 else param = QString::number(ref.rect.left)
1787 + "," + QString::number(ref.rect.top)
1788 + "," + QString::number(ref.rect.right)
1789 + "," + QString::number(ref.rect.bottom);
1790 } break;
1791 }
1792
1793 for (size_t i = 0; i < tableColumn_count; i++)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected