From a638c410ad83f8d8fe236c1500beaf63d69cbac6 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 23 Dec 2015 23:10:03 +0100 Subject: add count command --- akonadi2_cli/syntaxtree.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'akonadi2_cli/syntaxtree.cpp') diff --git a/akonadi2_cli/syntaxtree.cpp b/akonadi2_cli/syntaxtree.cpp index cebfc4b..0cd3e3f 100644 --- a/akonadi2_cli/syntaxtree.cpp +++ b/akonadi2_cli/syntaxtree.cpp @@ -26,6 +26,7 @@ // almost certainly overkill, but this is not the way either #include "syntax_modules/core_syntax.h" #include "syntax_modules/akonadi_list.h" +#include "syntax_modules/akonadi_count.h" SyntaxTree *SyntaxTree::s_module = 0; @@ -46,6 +47,7 @@ SyntaxTree::SyntaxTree() QVector > syntaxSyntaxTrees; syntaxSyntaxTrees << &CoreSyntax::syntax << &AkonadiList::syntax + << &AkonadiCount::syntax ; for (auto syntaxSyntaxTree: syntaxSyntaxTrees) { m_syntax += syntaxSyntaxTree(); -- cgit v1.2.3