Skip to content

Commit

Permalink
Update TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Nov 8, 2015
1 parent e182e59 commit ed2df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <search term>."),
QStringLiteral("term")));
Expand Down

0 comments on commit ed2df01

Please sign in to comment.