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

Method close

YACReaderLibrary/create_library_dialog.cpp:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void CreateLibraryDialog::close()
144{
145 path->clear();
146 nameEdit->clear();
147 accept->setEnabled(false);
148 QDialog::close();
149}
150
151void CreateLibraryDialog::setDataAndStart(QString name, QString path)
152{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected