The Cache is not yet attached to the CachingStorage. It listen the
monitor and store/update/remove informations.
Details
Details
- Reviewers
bensi
Diff Detail
Diff Detail
- Repository
- R4 Zanshin
- Lint
Lint Skipped - Unit
Unit Tests Skipped
src/akonadi/akonadicache.cpp | ||
---|---|---|
48 | OK, now I understand the earlier inheritance from QObject... still you can't do that. You'll have to find another mean to react to the monitor signals. Probably with an internal QObject with trivial slots or such: delegate and don't inherit QObject. |
src/akonadi/akonadicache.cpp | ||
---|---|---|
32 | Will need to be controlled via a ctor parameter. Otherwise you're making a hard dependency from Cache to MonitorImpl... | |
src/akonadi/akonadicache_p.h | ||
36 | Space before * not after. | |
107 | Space before * not after. | |
src/akonadi/akonadimemorystore.h | ||
41 | Shouldn't be in that patch, but in the one introducing MemoryStore. |