Save cache on exit.
This commit is contained in:
parent
5cd170a037
commit
e6eee64bfa
1 changed files with 3 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue