| 165 | } |
| 166 | |
| 167 | void QTableSetupDialog::initSelectImageFileDialog() |
| 168 | { |
| 169 | m_SelectImageFileDialog = new QFileDialog(this); |
| 170 | m_SelectImageFileDialog->setFileMode(QFileDialog::ExistingFile); |
| 171 | } |
| 172 | |
| 173 | void QTableSetupDialog::clearTrayIconPixelComboBox() |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected