mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-29 08:57:43 -04:00
Fix code format
This commit is contained in:
parent
55eb855267
commit
d3747f40e2
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ const QCommandLineOption Add::UrlOption =
|
||||||
QCommandLineOption(QStringList() << "url", QObject::tr("URL for the entry."), QObject::tr("URL"));
|
QCommandLineOption(QStringList() << "url", QObject::tr("URL for the entry."), QObject::tr("URL"));
|
||||||
|
|
||||||
const QCommandLineOption Add::NotesOption = QCommandLineOption(QStringList() << "n"
|
const QCommandLineOption Add::NotesOption = QCommandLineOption(QStringList() << "n"
|
||||||
<< "notes",
|
<< "notes",
|
||||||
QObject::tr("Notes for the entry."),
|
QObject::tr("Notes for the entry."),
|
||||||
QObject::tr("Notes"));
|
QObject::tr("Notes"));
|
||||||
|
|
||||||
const QCommandLineOption Add::PasswordPromptOption =
|
const QCommandLineOption Add::PasswordPromptOption =
|
||||||
QCommandLineOption(QStringList() << "p"
|
QCommandLineOption(QStringList() << "p"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue