| 342 | } |
| 343 | |
| 344 | bool QTableSetupDialog::isSelectImageFileDialogVisible() |
| 345 | { |
| 346 | if (m_SelectImageFileDialog && m_SelectImageFileDialog->isVisible()) { |
| 347 | return true; |
| 348 | } |
| 349 | else { |
| 350 | return false; |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | bool QTableSetupDialog::isFloatingWindowSetupDialogVisible() |
| 355 | { |
nothing calls this directly
no outgoing calls
no test coverage detected