mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-05 18:45:55 -05:00
Fix code formatting with new clang-format version
This commit is contained in:
parent
8599f0903c
commit
3e90f1b4d8
25 changed files with 91 additions and 178 deletions
|
|
@ -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"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue