From ed2df013192df52dd8ce3b9d15a43a20923d69a4 Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Sun, 8 Nov 2015 12:03:17 -0500 Subject: [PATCH] Update TODO comment --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 89ad713fa..917ce66df 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,7 +72,7 @@ CommandLineParameters parseCommandLine(const QStringList &arguments) /// TODO: [Qt 5.4] parser.addOption({{"f", "force"}, "Force the application run."}); parser.addOption(QCommandLineOption({QStringLiteral("f"), QStringLiteral("force")}, QObject::tr("Force the application run."))); - /// TODO: [0.2.0] Remove --query support + /// TODO: [0.3.0] Remove --query support parser.addOption(QCommandLineOption({QStringLiteral("q"), QStringLiteral("query")}, QObject::tr("[DEPRECATED] Query ."), QStringLiteral("term")));