Save cache on exit.
This commit is contained in:
parent
5cd170a037
commit
e6eee64bfa
@ -129,7 +129,9 @@ void InoreaderServiceRoot::start(bool freshly_activated) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void InoreaderServiceRoot::stop() {}
|
void InoreaderServiceRoot::stop() {
|
||||||
|
saveCacheToFile(accountId());
|
||||||
|
}
|
||||||
|
|
||||||
QList<QAction*> InoreaderServiceRoot::serviceMenu() {
|
QList<QAction*> InoreaderServiceRoot::serviceMenu() {
|
||||||
if (m_serviceMenu.isEmpty()) {
|
if (m_serviceMenu.isEmpty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user