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