Save cache on exit.

This commit is contained in:
Martin Rotter 2017-10-06 11:53:15 +02:00
parent 5cd170a037
commit e6eee64bfa

View File

@ -129,7 +129,9 @@ void InoreaderServiceRoot::start(bool freshly_activated) {
}
}
void InoreaderServiceRoot::stop() {}
void InoreaderServiceRoot::stop() {
saveCacheToFile(accountId());
}
QList<QAction*> InoreaderServiceRoot::serviceMenu() {
if (m_serviceMenu.isEmpty()) {