diff options
Diffstat (limited to 'akonadi2_cli/syntax_modules/core_syntax.h')
-rw-r--r-- | akonadi2_cli/syntax_modules/core_syntax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/akonadi2_cli/syntax_modules/core_syntax.h b/akonadi2_cli/syntax_modules/core_syntax.h index 521cb8e..89187e5 100644 --- a/akonadi2_cli/syntax_modules/core_syntax.h +++ b/akonadi2_cli/syntax_modules/core_syntax.h | |||
@@ -26,6 +26,7 @@ namespace CoreSyntax | |||
26 | Syntax::List 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 | QStringList showHelpCompleter(const QStringList &commands, const QString &fragment); | ||
29 | bool setDebugLevel(const QStringList &commands, State &state); | 30 | bool setDebugLevel(const QStringList &commands, State &state); |
30 | bool printDebugLevel(const QStringList &commands, State &state); | 31 | bool printDebugLevel(const QStringList &commands, State &state); |
31 | } | 32 | } |