mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-09 12:31:18 -05:00
Fix code formatting with new clang-format version
This commit is contained in:
parent
afe634d4f2
commit
e48ef80e9c
25 changed files with 91 additions and 178 deletions
|
|
@ -25,9 +25,7 @@
|
|||
#include <QFile>
|
||||
|
||||
const QCommandLineOption AttachmentImport::ForceOption =
|
||||
QCommandLineOption(QStringList() << "f"
|
||||
<< "force",
|
||||
QObject::tr("Overwrite existing attachments."));
|
||||
QCommandLineOption(QStringList() << "f" << "force", QObject::tr("Overwrite existing attachments."));
|
||||
|
||||
AttachmentImport::AttachmentImport()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue