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

Method setToolbarTitle

YACReaderLibrary/library_window.cpp:1660–1668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658}
1659
1660void LibraryWindow::setToolbarTitle(const QModelIndex &modelIndex)
1661{
1662#ifndef Y_MAC_UI
1663 if (!modelIndex.isValid())
1664 libraryToolBar->setCurrentFolderName(selectedLibrary->currentText());
1665 else
1666 libraryToolBar->setCurrentFolderName(modelIndex.data().toString());
1667#endif
1668}
1669
1670void LibraryWindow::saveSelectedCoversTo()
1671{

Callers 3

selectedFolderMethod · 0.80
selectedListMethod · 0.80

Calls 5

setCurrentFolderNameMethod · 0.80
currentTextMethod · 0.80
toStringMethod · 0.80
isValidMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected