Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ showCurrentFile
Method
showCurrentFile
YACReaderLibrary/create_library_dialog.cpp:193–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
void UpdateLibraryDialog::showCurrentFile(QString file)
194
{
195
currentFileLabel->setText(file);
196
currentFileLabel->update();
197
this->update();
198
}
199
200
void UpdateLibraryDialog::close()
201
{
Callers
nothing calls this directly
Calls
2
setText
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected