Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void ExportLibraryDialog::close()
91
{
92
path->clear();
93
progressBar->hide();
94
accept->setEnabled(false);
95
progressCount = 0;
96
QDialog::close();
97
}
98
99
void ExportLibraryDialog::run()
100
{
Callers
nothing calls this directly
Calls
2
hide
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected