This will allow to factor out quite some code out of the queries
classes. They all have some book keeping and behavior in common, so move
as much as possible of it inside an ad hoc class.
Details
Details
Diff Detail
Diff Detail
- Repository
- R4 Zanshin
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Improve the template magic around bind so that template parameters don't need to be explicitly specified anymore
src/akonadi/akonadilivequeryintegrator.h | ||
---|---|---|
118 | "must retrun bool" instead of "void" |
Comment Actions
Fix the static assert message, it was saying the predicate should return void while in fact it should return bool.