| 951 | } |
| 952 | |
| 953 | void MainWindowImpl::removeItems() |
| 954 | { |
| 955 | if (!iAList->isEmpty()) { |
| 956 | treeWidget->removeItems(iAList); |
| 957 | |
| 958 | labelPreview->setText(tr("Preview")); |
| 959 | |
| 960 | labelType->setText(" - "); |
| 961 | label_ImageSize->setText(" - "); |
| 962 | labelFileSize->setText(" - "); |
| 963 | label_ImageResolution->setText(" - "); |
| 964 | |
| 965 | labelPixelGeometry->setText(""); |
| 966 | } |
| 967 | } |
| 968 | |
| 969 | void MainWindowImpl::removeAllItems() |
| 970 | { |
nothing calls this directly
no outgoing calls
no test coverage detected