Fix code formatting with new clang-format version

This commit is contained in:
Jonathan White 2024-08-13 21:38:37 -04:00
parent 8599f0903c
commit 3e90f1b4d8
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
25 changed files with 91 additions and 178 deletions

View file

@ -24,8 +24,7 @@
#include <QCommandLineParser>
const QCommandLineOption Export::FormatOption = QCommandLineOption(
QStringList() << "f"
<< "format",
QStringList() << "f" << "format",
QObject::tr("Format to use when exporting. Available choices are 'xml' or 'csv'. Defaults to 'xml'."),
QStringLiteral("xml|csv"));