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

Method updateCoverPageNumberLabel

YACReaderLibrary/properties_dialog.cpp:1139–1143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137}
1138
1139void PropertiesDialog::updateCoverPageNumberLabel(int n)
1140{
1141 coverPageNumberLabel->setText(QString::number(n));
1142 coverPageNumberLabel->adjustSize();
1143}
1144
1145void PropertiesDialog::loadNextCover()
1146{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected