mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 22:19:00 -04:00
fix cli commands, translations and codestyle
This commit is contained in:
parent
6723f4215a
commit
1bfbb9242c
30 changed files with 70 additions and 67 deletions
|
@ -29,7 +29,7 @@ class Command
|
|||
{
|
||||
public:
|
||||
virtual ~Command();
|
||||
virtual int execute(QStringList arguments);
|
||||
virtual int execute(const QStringList& arguments);
|
||||
QString name;
|
||||
QString description;
|
||||
QString getDescriptionLine();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue