| 124 | } |
| 125 | |
| 126 | QString ImportSQLDatabaseDialog::selectedObject() const { |
| 127 | return importSQLDatabaseWidget->selectedTable(); |
| 128 | } |
| 129 | |
| 130 | void ImportSQLDatabaseDialog::checkOkButton() { |
| 131 | DEBUG("ImportSQLDatabaseDialog::checkOkButton()"); |
nothing calls this directly
no test coverage detected