| 930 | } |
| 931 | |
| 932 | qan::Group* Graph::insertTable(int cols, int rows) |
| 933 | { |
| 934 | return insertTable<qan::TableGroup>(cols, rows); |
| 935 | } |
| 936 | |
| 937 | bool Graph::insertGroup(Group* group, QQmlComponent* groupComponent, qan::NodeStyle* groupStyle) |
| 938 | { |
nothing calls this directly
no outgoing calls
no test coverage detected