summaryrefslogtreecommitdiffstats
path: root/akonadi2_cli/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'akonadi2_cli/module.h')
-rw-r--r--akonadi2_cli/module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/akonadi2_cli/module.h b/akonadi2_cli/module.h
index d2745d0..1149f4f 100644
--- a/akonadi2_cli/module.h
+++ b/akonadi2_cli/module.h
@@ -59,6 +59,8 @@ public:
59 59
60 bool run(const QStringList &commands); 60 bool run(const QStringList &commands);
61 61
62 static QStringList tokenize(const QString &text);
63
62private: 64private:
63 Module(); 65 Module();
64 Command matches(const QStringList &commands) const; 66 Command matches(const QStringList &commands) const;