summaryrefslogtreecommitdiffstats
path: root/akonadi2_cli/syntax_modules/core_syntax.h
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2015-12-23 17:02:59 +0100
committerAaron Seigo <aseigo@kde.org>2015-12-23 17:02:59 +0100
commite995699ad88e6c6f1980d11c45a544c79993ccb5 (patch)
treed928803b5d31b62343ee24aed7c41427941d8e0c /akonadi2_cli/syntax_modules/core_syntax.h
parent72f52fb148380feb018faa9a94a8ad54bb93635f (diff)
downloadsink-e995699ad88e6c6f1980d11c45a544c79993ccb5.tar.gz
sink-e995699ad88e6c6f1980d11c45a544c79993ccb5.zip
set/get syntax, currently just for debug level
Diffstat (limited to 'akonadi2_cli/syntax_modules/core_syntax.h')
-rw-r--r--akonadi2_cli/syntax_modules/core_syntax.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/akonadi2_cli/syntax_modules/core_syntax.h b/akonadi2_cli/syntax_modules/core_syntax.h
index 0db6661..4afd69d 100644
--- a/akonadi2_cli/syntax_modules/core_syntax.h
+++ b/akonadi2_cli/syntax_modules/core_syntax.h
@@ -25,6 +25,8 @@ namespace CoreSyntax
25{ 25{
26 SyntaxTree::SyntaxList syntax(); 26 SyntaxTree::SyntaxList syntax();
27 bool exit(const QStringList &commands, State &state); 27 bool exit(const QStringList &commands, State &state);
28 bool showHelp(const QStringList &commands, State &); 28 bool showHelp(const QStringList &commands, State &state);
29 bool setDebugLevel(const QStringList &commands, State &state);
30 bool printDebugLevel(const QStringList &commands, State &state);
29} 31}
30 32