From e995699ad88e6c6f1980d11c45a544c79993ccb5 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 23 Dec 2015 17:02:59 +0100 Subject: set/get syntax, currently just for debug level --- akonadi2_cli/syntax_modules/core_syntax.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'akonadi2_cli/syntax_modules/core_syntax.h') 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 { SyntaxTree::SyntaxList syntax(); bool exit(const QStringList &commands, State &state); - bool showHelp(const QStringList &commands, State &); + bool showHelp(const QStringList &commands, State &state); + bool setDebugLevel(const QStringList &commands, State &state); + bool printDebugLevel(const QStringList &commands, State &state); } -- cgit v1.2.3