| 208 | } |
| 209 | |
| 210 | void pqFileDialogTestWidget::record() |
| 211 | { |
| 212 | QString file = QFileDialog::getSaveFileName(); |
| 213 | if (!file.isNull()) |
| 214 | { |
| 215 | this->TestUtility.recordTests(file); |
| 216 | } |
| 217 | } |
| 218 | |
| 219 | int main(int argc, char** argv) |
| 220 | { |
nothing calls this directly
no test coverage detected