| 99 | } |
| 100 | |
| 101 | static void dumpLayoutTree(QLayout *l) |
| 102 | { |
| 103 | int counter = 0; |
| 104 | dumpLayoutTreeRecurse(l, &counter, 0); |
| 105 | } |
| 106 | #endif |
| 107 | |
| 108 | static const Qt::Alignment s_gridAlignments[3][3] = { // [ row ][ column ] |
nothing calls this directly
no test coverage detected