diff --git a/src/Application.cpp b/src/Application.cpp index 8732d105..1380971f 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -136,7 +136,7 @@ void Application::populateCommandLineParser(QCommandLineParser *parser) auto titleOption = QCommandLineOption({ QStringLiteral("T") }, QStringLiteral("Debian policy compatibility, not used"), QStringLiteral("value")); - titleOption.setHidden(true); + titleOption.setFlags(QCommandLineOption::HiddenFromHelp); parser->addOption(titleOption); }