| 3030 | } |
| 3031 | |
| 3032 | void TextureViewer::refreshTextureList() |
| 3033 | { |
| 3034 | on_textureListFilter_currentIndexChanged(ui->textureListFilter->currentIndex()); |
| 3035 | } |
| 3036 | |
| 3037 | void addToRoot(RDTreeWidgetItem *root, const TextureDescription &t) |
| 3038 | { |
nothing calls this directly
no test coverage detected