From 4f2975391586093b55cc842bbd8d85ef85d0975e Mon Sep 17 00:00:00 2001 From: APTX Date: Tue, 23 Apr 2013 23:50:11 +0200 Subject: [PATCH] Actually commit the vote changes. --- localmylist/requesthandler.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/localmylist/requesthandler.cpp b/localmylist/requesthandler.cpp index 759b4ae..3a3a7d3 100644 --- a/localmylist/requesthandler.cpp +++ b/localmylist/requesthandler.cpp @@ -648,6 +648,7 @@ void RequestHandler::myListUpdateVoteReplyRecieved(bool success) anime.myVoteDate = QDateTime::currentDateTime(); db->setAnime(anime); + t.commit(); return; } @@ -657,6 +658,7 @@ void RequestHandler::myListUpdateVoteReplyRecieved(bool success) episode.myVoteDate = QDateTime::currentDateTime(); db->setEpisode(episode); + t.commit(); } } // namespace LocalMyList -- 2.52.0