summaryrefslogtreecommitdiffstats
path: root/tests/notificationtest.cpp
Commit message (Collapse)AuthorAge
* Ignore changereplay notifications in the notificationstestChristian Mollekopf2017-03-26
| | | | | They don't get through to the resource consistently, so we have to ignore them for now to make the test reliable.
* Implemented notification support in the model.Christian Mollekopf2017-03-24
This will allow us to fold things like progress and sync status directly into the model. Usecases are mail download progress and folder sync progress. Ideally we would also solve the resource/account state through this.