summaryrefslogtreecommitdiffstats
path: root/akonadi2_cli/syntax_modules/core_syntax.h
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2015-12-23 20:33:42 +0100
committerAaron Seigo <aseigo@kde.org>2015-12-23 20:33:42 +0100
commitce6f9b1eb4320a08b059cfb4f9a81f8d99653b1a (patch)
tree517251f789233ca167b19b7869bc87afe593ab41 /akonadi2_cli/syntax_modules/core_syntax.h
parent5e9c1172ca196bdc8bcdc842e54efc5a74908fff (diff)
downloadsink-ce6f9b1eb4320a08b059cfb4f9a81f8d99653b1a.tar.gz
sink-ce6f9b1eb4320a08b059cfb4f9a81f8d99653b1a.zip
SyntaxTree::SyntaxList -> Syntax::List
Diffstat (limited to 'akonadi2_cli/syntax_modules/core_syntax.h')
-rw-r--r--akonadi2_cli/syntax_modules/core_syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadi2_cli/syntax_modules/core_syntax.h b/akonadi2_cli/syntax_modules/core_syntax.h
index 4afd69d..521cb8e 100644
--- a/akonadi2_cli/syntax_modules/core_syntax.h
+++ b/akonadi2_cli/syntax_modules/core_syntax.h
@@ -23,7 +23,7 @@
23 23
24namespace CoreSyntax 24namespace CoreSyntax
25{ 25{
26 SyntaxTree::SyntaxList syntax(); 26 Syntax::List syntax();
27 bool exit(const QStringList &commands, State &state); 27 bool exit(const QStringList &commands, State &state);
28 bool showHelp(const QStringList &commands, State &state); 28 bool showHelp(const QStringList &commands, State &state);
29 bool setDebugLevel(const QStringList &commands, State &state); 29 bool setDebugLevel(const QStringList &commands, State &state);