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

Method finishTransaction

YACReaderLibrary/db/comic_model.cpp:1126–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126void ComicModel::finishTransaction()
1127{
1128 {
1129 QSqlDatabase::database(_databaseConnection).commit();
1130 }
1131 QSqlDatabase::removeDatabase(_databaseConnection);
1132}
1133
1134void ComicModel::removeInTransaction(int row)
1135{

Callers 1

resetComicRatingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected