Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
void CreateLibraryDialog::close()
144
{
145
path->clear();
146
nameEdit->clear();
147
accept->setEnabled(false);
148
QDialog::close();
149
}
150
151
void CreateLibraryDialog::setDataAndStart(QString name, QString path)
152
{
Callers
nothing calls this directly
Calls
2
clear
Method · 0.45
setText
Method · 0.45
Tested by
no test coverage detected