| 236 | // ----------------------------------------------------------------------- |
| 237 | |
| 238 | void SubWidget::PrivateData::display(const uint width, const uint height, const double autoScaleFactor) |
| 239 | { |
| 240 | // TODO |
| 241 | |
| 242 | selfw->pData->displaySubWidgets(width, height, autoScaleFactor); |
| 243 | } |
| 244 | |
| 245 | // ----------------------------------------------------------------------- |
| 246 |
nothing calls this directly
no test coverage detected