D22913: kdebugsettings: add option --test-mode to configure output from unittests

Laurent Montel noreply at phabricator.kde.org
Sun Aug 4 09:05:33 BST 2019


mlaurent added inline comments.

INLINE COMMENTS

> main.cpp:50
> +
> +    QCommandLineOption testModeOption(QStringLiteral("test-mode"), QCoreApplication::translate("main", "Enable QStandardPaths test mode, i.e. read/write settings used by unittests"));
> +    parser.addOption(testModeOption);

QCoreApplication::translate do you add a new i18n string here ? or it's a string already defined in Qt ?

REPOSITORY
  R355 KDebugSettings

REVISION DETAIL
  https://phabricator.kde.org/D22913

To: dfaure, mlaurent
Cc: kde-utils-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20190804/2087cd1d/attachment-0001.html>


More information about the Kde-utils-devel mailing list