From kde-commits Sat Dec 26 18:41:04 2015 From: Aaron Seigo Date: Sat, 26 Dec 2015 18:41:04 +0000 To: kde-commits Subject: [akonadi-next/develop] akonadish: add the new option to the output Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=145115527822382 Git commit ab52aa233c0ec920dd95a23ac782525283422c85 by Aaron Seigo. Committed on 26/12/2015 at 18:34. Pushed by aseigo into branch 'develop'. add the new option to the output M +1 -1 akonadish/main.cpp http://commits.kde.org/akonadi-next/ab52aa233c0ec920dd95a23ac782525283422c85 diff --git a/akonadish/main.cpp b/akonadish/main.cpp index 6e7aa9e..1e3f2f5 100644 --- a/akonadish/main.cpp +++ b/akonadish/main.cpp @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) (argc =3D=3D 2 && qstrcmp(argv[1], "-")= =3D=3D 0); const bool fromScript =3D !startRepl && QFile::exists(argv[1]); = - //qDebug() << "state at startup is" << interactive << startRepl << sta= rtJsonListener; + //qDebug() << "state at startup is" << interactive << startRepl << sta= rtJsonListener << fromScript; = QCoreApplication app(argc, argv); app.setApplicationName(argv[0]);