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

Method currentText

custom_widgets/yacreader_library_list_widget.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39QString YACReaderLibraryListWidget::currentText()
40{
41 return librariesList.at(currentLibraryIndex)->name;
42}
43int YACReaderLibraryListWidget::findText(QString text)
44{
45 for (int i = 0; i < librariesList.count(); i++) {

Callers 15

updatePortMethod · 0.80
loadLibraryMethod · 0.80
updateFolderMethod · 0.80
setToolbarTitleMethod · 0.80
openComicMethod · 0.80
updateLibraryMethod · 0.80
deleteCurrentLibraryMethod · 0.80
removeLibraryMethod · 0.80
renameMethod · 0.80
showLibraryInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected