| 1360 | QList<double> columnStretchFactors() const { return mColumnStretchFactors; } |
| 1361 | QList<double> rowStretchFactors() const { return mRowStretchFactors; } |
| 1362 | int columnSpacing() const { return mColumnSpacing; } |
| 1363 | int rowSpacing() const { return mRowSpacing; } |
| 1364 | int wrap() const { return mWrap; } |
| 1365 | FillOrder fillOrder() const { return mFillOrder; } |
nothing calls this directly
no outgoing calls
no test coverage detected