mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-01 00:30:17 -05: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
|
|
@ -34,15 +34,15 @@
|
|||
|
||||
Remove::Remove()
|
||||
{
|
||||
this->name = QString("rm");
|
||||
this->description = QString("Remove an entry from the database.");
|
||||
name = QString("rm");
|
||||
description = QString("Remove an entry from the database.");
|
||||
}
|
||||
|
||||
Remove::~Remove()
|
||||
{
|
||||
}
|
||||
|
||||
int Remove::execute(QStringList arguments)
|
||||
int Remove::execute(const QStringList& arguments)
|
||||
{
|
||||
QTextStream outputTextStream(stdout, QIODevice::WriteOnly);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue