summaryrefslogtreecommitdiffstats
path: root/akonadi2_cli/main.cpp
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2015-12-23 20:05:32 +0100
committerAaron Seigo <aseigo@kde.org>2015-12-23 20:05:32 +0100
commit391e112e999075abf0ddb8abf1b13b8b9f6f3601 (patch)
tree73298446070bbd7b0bff52da261ef256bea87db5 /akonadi2_cli/main.cpp
parente995699ad88e6c6f1980d11c45a544c79993ccb5 (diff)
downloadsink-391e112e999075abf0ddb8abf1b13b8b9f6f3601.tar.gz
sink-391e112e999075abf0ddb8abf1b13b8b9f6f3601.zip
ssh
Diffstat (limited to 'akonadi2_cli/main.cpp')
-rw-r--r--akonadi2_cli/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadi2_cli/main.cpp b/akonadi2_cli/main.cpp
index f7b7b9f..a2b25a9 100644
--- a/akonadi2_cli/main.cpp
+++ b/akonadi2_cli/main.cpp
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
41 //TODO: make a json command parse cause that would be awesomesauce 41 //TODO: make a json command parse cause that would be awesomesauce
42 const bool startJsonListener = !startRepl && 42 const bool startJsonListener = !startRepl &&
43 (argc == 2 && qstrcmp(argv[1], "-") == 0); 43 (argc == 2 && qstrcmp(argv[1], "-") == 0);
44 qDebug() << "state at startup is" << interactive << startRepl << startJsonListener; 44 //qDebug() << "state at startup is" << interactive << startRepl << startJsonListener;
45 45
46 QCoreApplication app(argc, argv); 46 QCoreApplication app(argc, argv);
47 app.setApplicationName("funq"); 47 app.setApplicationName("funq");