MCPcopy Create free account
hub / github.com/YACReader/yacreader / close

Method close

YACReaderLibrary/export_library_dialog.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void ExportLibraryDialog::close()
91{
92 path->clear();
93 progressBar->hide();
94 accept->setEnabled(false);
95 progressCount = 0;
96 QDialog::close();
97}
98
99void ExportLibraryDialog::run()
100{

Callers

nothing calls this directly

Calls 2

hideMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected