MCPcopy Create free account
hub / github.com/Kitware/ParaView / record

Method record

Qt/Core/Testing/Python/pqFileDialogTest.cxx:210–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getSaveFileNameFunction · 0.85

Tested by

no test coverage detected