MCPcopy 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
193void UpdateLibraryDialog::showCurrentFile(QString file)
194{
195 currentFileLabel->setText(file);
196 currentFileLabel->update();
197 this->update();
198}
199
200void UpdateLibraryDialog::close()
201{

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected