mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-16 00:44:17 -05:00
Clean up code (#3431)
* Empty destructors are replaced with default destructors * A few loop variables made into const references to avoid copies * Add missing `override` spec for some `Command::execute` methods
This commit is contained in:
parent
7cbcea18e9
commit
b9e1088f74
27 changed files with 12 additions and 78 deletions
|
|
@ -38,10 +38,6 @@ Create::Create()
|
|||
options.append(Command::KeyFileOption);
|
||||
}
|
||||
|
||||
Create::~Create()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a database file using the command line. A key file and/or
|
||||
* password can be specified to encrypt the password. If none is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue