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

Method close

YACReaderLibrary/properties_dialog.cpp:1229–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227}
1228
1229bool PropertiesDialog::close()
1230{
1231 if (updated) {
1232 emit accepted();
1233 }
1234
1235 return QDialog::close();
1236}
1237
1238void PropertiesDialog::updateCoverBoxForMultipleComics()
1239{

Callers 15

fileToStringMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45
comic.cppFile · 0.45
saveUserThemeMethod · 0.45
readSvgFunction · 0.45
writeSvgFunction · 0.45
startFunction · 0.45
requestComicInfoMethod · 0.45
sendComicInfoMethod · 0.45
switchToComicsViewMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected