summaryrefslogtreecommitdiffstats
path: root/akonadish/syntaxtree.cpp
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2015-12-24 16:23:46 +0100
committerAaron Seigo <aseigo@kde.org>2015-12-24 16:23:46 +0100
commit8b397cec29460e2cb53b9be02b4e53da9cce60c9 (patch)
tree430191293848e5a8051a99a00634ea685c101d53 /akonadish/syntaxtree.cpp
parentb352f61f136f21854b3da5b76d49fe45cbb2d3fd (diff)
downloadsink-8b397cec29460e2cb53b9be02b4e53da9cce60c9.tar.gz
sink-8b397cec29460e2cb53b9be02b4e53da9cce60c9.zip
bye-bye header files
the function-centric approach simply does not require them!
Diffstat (limited to 'akonadish/syntaxtree.cpp')
-rw-r--r--akonadish/syntaxtree.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/akonadish/syntaxtree.cpp b/akonadish/syntaxtree.cpp
index cd7348e..36a7f41 100644
--- a/akonadish/syntaxtree.cpp
+++ b/akonadish/syntaxtree.cpp
@@ -22,13 +22,6 @@
22#include <QCoreApplication> 22#include <QCoreApplication>
23#include <QDebug> 23#include <QDebug>
24 24
25// TODO: needs a proper registry; making "core" modules plugins is
26// almost certainly overkill, but this is not the way either
27#include "syntax_modules/core_syntax.h"
28#include "syntax_modules/akonadi_list.h"
29#include "syntax_modules/akonadi_count.h"
30#include "syntax_modules/akonadi_sync.h"
31
32SyntaxTree *SyntaxTree::s_module = 0; 25SyntaxTree *SyntaxTree::s_module = 0;
33 26
34Syntax::Syntax() 27Syntax::Syntax()